Merge pull request #391 from sbrunner/tag-list

Better interface when we have many tags
This commit is contained in:
Daniel Quinn 2018-09-02 20:57:32 +01:00 committed by GitHub
commit 218809ce15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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