mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
admin: add autocomplete field to make the change view quicker
This commit is contained in:
parent
a1e259a27e
commit
c8b94801ec
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ class CategoryAdmin(CategoryBaseAdmin):
|
|||
},
|
||||
),
|
||||
)
|
||||
autocomplete_fields = ("parent",)
|
||||
|
||||
if RELATION_MODELS:
|
||||
inlines = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue