Add a little more read-only info for documents

This commit is contained in:
Daniel Quinn 2018-10-07 16:26:05 +01:00
parent 5c3cb1e4ab
commit 3f572afb8b

View File

@ -171,7 +171,7 @@ class DocumentAdmin(CommonAdmin):
}
search_fields = ("correspondent__name", "title", "content", "tags__name")
readonly_fields = ("added",)
readonly_fields = ("added", "file_type", "storage_type",)
list_display = ("title", "created", "added", "thumbnail", "correspondent",
"tags_")
list_filter = (