mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	changes to the admin document list
This commit is contained in:
		| @@ -59,9 +59,7 @@ class DocumentAdmin(admin.ModelAdmin): | ||||
|     list_display_links = ("title",) | ||||
|  | ||||
|     list_display = ( | ||||
|         "created", | ||||
|         "added", | ||||
|         "archive_serial_number", | ||||
|         "id", | ||||
|         "title", | ||||
|         "mime_type", | ||||
|         "filename", | ||||
| @@ -76,7 +74,7 @@ class DocumentAdmin(admin.ModelAdmin): | ||||
|  | ||||
|     filter_horizontal = ("tags",) | ||||
|  | ||||
|     ordering = ["-created"] | ||||
|     ordering = ["-id"] | ||||
|  | ||||
|     date_hierarchy = "created" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler