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

Commit 218809c

Browse files
authored
Merge pull request #391 from sbrunner/tag-list
Better interface when we have many tags
2 parents 7db4410 + b05fd48 commit 218809c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/documents/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class Media:
137137
"tags_")
138138
list_filter = ("tags", "correspondent", FinancialYearFilter,
139139
MonthListFilter)
140+
filter_horizontal = ("tags",)
140141

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

0 commit comments

Comments
 (0)