Show document serial number on change list

This commit is contained in:
Jonas Winkler
2018-07-06 18:04:31 +02:00
parent e143a20f50
commit c5b315f518
2 changed files with 17 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ class DocumentAdmin(CommonAdmin):
search_fields = ("correspondent__name", "title", "content", "tags__name")
readonly_fields = ("added",)
list_display = ("title", "created", "added", "thumbnail", "correspondent",
"tags_")
"tags_", "archive_serial_number")
list_filter = ("tags", "correspondent", FinancialYearFilter,
MonthListFilter)