mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
more info in the admin
This commit is contained in:
parent
a1293c77b9
commit
887dd122fe
1 changed files with 5 additions and 1 deletions
|
|
@ -50,7 +50,11 @@ class DocumentAdmin(admin.ModelAdmin):
|
||||||
"modified",
|
"modified",
|
||||||
"mime_type",
|
"mime_type",
|
||||||
"storage_type",
|
"storage_type",
|
||||||
"filename")
|
"filename",
|
||||||
|
"checksum",
|
||||||
|
"archive_filename",
|
||||||
|
"archive_checksum"
|
||||||
|
)
|
||||||
|
|
||||||
list_display_links = ("title",)
|
list_display_links = ("title",)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue