mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-08 15:54:20 -05:00
Fix: resolve migration warning in 2.19.2 (#11157)
This commit is contained in:
parent
1d8fadcb3c
commit
a11a2ec13f
@ -35,15 +35,13 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name="WorkflowAction",
|
model_name="workflowaction",
|
||||||
name="assign_title",
|
name="assign_title",
|
||||||
field=models.TextField(
|
field=models.TextField(
|
||||||
null=True,
|
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text=(
|
help_text="Assign a document title, must be a Jinja2 template, see documentation.",
|
||||||
"Assign a document title, can be a JINJA2 template, "
|
null=True,
|
||||||
"see documentation.",
|
verbose_name="assign title",
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
migrations.RunPython(
|
migrations.RunPython(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user