Better interface when we have many tags

This commit is contained in:
Stéphane Brunner 2018-08-26 14:20:07 +02:00
parent c79583dedb
commit b05fd4870e

View File

@ -137,6 +137,7 @@ class DocumentAdmin(CommonAdmin):
"tags_")
list_filter = ("tags", "correspondent", FinancialYearFilter,
MonthListFilter)
filter_horizontal = ("tags",)
ordering = ["-created", "correspondent"]