Fixes: CategoryAdmin
This commit is contained in:
parent
fd97d8a072
commit
12971e88e1
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class CategoryAdmin(DraggableMPTTAdmin, BasicModelAdmin, TabbedTranslationAdmin)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
autocomplete_fields = ["parent"]
|
autocomplete_fields = ["parent", "tags"]
|
||||||
|
|
||||||
def indented_title(self, instance):
|
def indented_title(self, instance):
|
||||||
return instance.name
|
return instance.name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue