these changes shouldn't have been commited at all. my bad.

This commit is contained in:
jonaswinkler
2020-12-16 21:08:03 +01:00
parent 7f933d373f
commit cf3fa50b55
3 changed files with 32 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ class DocumentAdmin(admin.ModelAdmin):
filter_horizontal = ("tags",)
ordering = ["-created", "correspondent"]
ordering = ["-created"]
date_hierarchy = "created"