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_links = ("title",) | ||||||
|  |  | ||||||
|     list_display = ( |     list_display = ( | ||||||
|         "created", |         "id", | ||||||
|         "added", |  | ||||||
|         "archive_serial_number", |  | ||||||
|         "title", |         "title", | ||||||
|         "mime_type", |         "mime_type", | ||||||
|         "filename", |         "filename", | ||||||
| @@ -76,7 +74,7 @@ class DocumentAdmin(admin.ModelAdmin): | |||||||
|  |  | ||||||
|     filter_horizontal = ("tags",) |     filter_horizontal = ("tags",) | ||||||
|  |  | ||||||
|     ordering = ["-created"] |     ordering = ["-id"] | ||||||
|  |  | ||||||
|     date_hierarchy = "created" |     date_hierarchy = "created" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler