mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
This is how the original filenames were generated. Keep it this way for compatibility.
This commit is contained in:
parent
09651e0011
commit
adc217e6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ def generate_filename(document):
|
|||
path = settings.PAPERLESS_FILENAME_FORMAT.format(
|
||||
correspondent=slugify(document.correspondent),
|
||||
title=slugify(document.title),
|
||||
created=document.created.date(),
|
||||
created=slugify(document.created),
|
||||
added=slugify(document.added),
|
||||
tags=tags,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue