Skip to content

Commit

Permalink
Better interface when we have many tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 26, 2018
1 parent c79583d commit b05fd48
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 b05fd48

Please sign in to comment.