Lots of stuff
- Imagestore gallery - remember me fixed - youtube filter - password change option
This commit is contained in:
9
imagestore/autocomplete_light_registry.py
Normal file
9
imagestore/autocomplete_light_registry.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# coding=utf-8
|
||||
from __future__ import unicode_literals
|
||||
import autocomplete_light
|
||||
from tagging.models import Tag
|
||||
|
||||
autocomplete_light.register(
|
||||
Tag,
|
||||
search_fields=['^name']
|
||||
)
|
||||
Reference in New Issue
Block a user