mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	This is how the original filenames were generated. Keep it this way for compatibility.
This commit is contained in:
		@@ -72,7 +72,7 @@ def generate_filename(document):
 | 
				
			|||||||
        path = settings.PAPERLESS_FILENAME_FORMAT.format(
 | 
					        path = settings.PAPERLESS_FILENAME_FORMAT.format(
 | 
				
			||||||
            correspondent=slugify(document.correspondent),
 | 
					            correspondent=slugify(document.correspondent),
 | 
				
			||||||
            title=slugify(document.title),
 | 
					            title=slugify(document.title),
 | 
				
			||||||
            created=document.created.date(),
 | 
					            created=slugify(document.created),
 | 
				
			||||||
            added=slugify(document.added),
 | 
					            added=slugify(document.added),
 | 
				
			||||||
            tags=tags,
 | 
					            tags=tags,
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user