Use autocomplete on photos in gallery
This commit is contained in:
parent
2a886248c2
commit
5d9d89a9cb
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class GalleryAdmin(GalleryAdminDefault):
|
||||||
model.
|
model.
|
||||||
"""
|
"""
|
||||||
inlines = [GalleryExtendedInline, ]
|
inlines = [GalleryExtendedInline, ]
|
||||||
|
autocomplete_fields = ['photos', ]
|
||||||
|
|
||||||
|
|
||||||
class PhotoExtendedInline(admin.StackedInline):
|
class PhotoExtendedInline(admin.StackedInline):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue