mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
these changes shouldn't have been commited at all. my bad.
This commit is contained in:
parent
7f933d373f
commit
cf3fa50b55
3 changed files with 32 additions and 4 deletions
|
|
@ -69,7 +69,7 @@ class DocumentAdmin(admin.ModelAdmin):
|
|||
|
||||
filter_horizontal = ("tags",)
|
||||
|
||||
ordering = ["-created", "correspondent"]
|
||||
ordering = ["-created"]
|
||||
|
||||
date_hierarchy = "created"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue