Better interface when we have many tags

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

View File

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