mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	more info in the admin
This commit is contained in:
		
							parent
							
								
									a1293c77b9
								
							
						
					
					
						commit
						887dd122fe
					
				@ -50,7 +50,11 @@ class DocumentAdmin(admin.ModelAdmin):
 | 
				
			|||||||
        "modified",
 | 
					        "modified",
 | 
				
			||||||
        "mime_type",
 | 
					        "mime_type",
 | 
				
			||||||
        "storage_type",
 | 
					        "storage_type",
 | 
				
			||||||
        "filename")
 | 
					        "filename",
 | 
				
			||||||
 | 
					        "checksum",
 | 
				
			||||||
 | 
					        "archive_filename",
 | 
				
			||||||
 | 
					        "archive_checksum"
 | 
				
			||||||
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    list_display_links = ("title",)
 | 
					    list_display_links = ("title",)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user