mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	changes to the admin document list
This commit is contained in:
		
							parent
							
								
									857fe3a55c
								
							
						
					
					
						commit
						3fa7dcb0cb
					
				@ -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"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user