mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Merge branch 'dev' into beta
This commit is contained in:
@@ -27,7 +27,7 @@ class Migration(migrations.Migration):
|
||||
migrations.AlterField(
|
||||
model_name="storagepath",
|
||||
name="path",
|
||||
field=models.CharField(max_length=2048, verbose_name="path"),
|
||||
field=models.TextField(verbose_name="path"),
|
||||
),
|
||||
migrations.RunPython(
|
||||
convert_from_format_to_template,
|
||||
|
@@ -125,9 +125,8 @@ class DocumentType(MatchingModel):
|
||||
|
||||
|
||||
class StoragePath(MatchingModel):
|
||||
path = models.CharField(
|
||||
path = models.TextField(
|
||||
_("path"),
|
||||
max_length=2048,
|
||||
)
|
||||
|
||||
class Meta(MatchingModel.Meta):
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user