mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Feature: Enhanced templating for filename format (#7836)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -127,7 +127,7 @@ class DocumentType(MatchingModel):
|
||||
class StoragePath(MatchingModel):
|
||||
path = models.CharField(
|
||||
_("path"),
|
||||
max_length=512,
|
||||
max_length=2048,
|
||||
)
|
||||
|
||||
class Meta(MatchingModel.Meta):
|
||||
|
Reference in New Issue
Block a user