Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #391 from sbrunner/tag-list
Browse files Browse the repository at this point in the history
Better interface when we have many tags
  • Loading branch information
danielquinn authored Sep 2, 2018
2 parents 7db4410 + b05fd48 commit 218809c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/documents/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class Media:
"tags_")
list_filter = ("tags", "correspondent", FinancialYearFilter,
MonthListFilter)
filter_horizontal = ("tags",)

ordering = ["-created", "correspondent"]

Expand Down

0 comments on commit 218809c

Please sign in to comment.