wcs: update migration with new verbose_name (#25886)

This commit is contained in:
Frédéric Péters 2018-08-10 10:06:04 +02:00 committed by Thomas NOEL
parent 4dcc778492
commit d2b024d7ec
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='wcscurrentformscell',
name='categories',
field=jsonfield.fields.JSONField(blank=True, default=dict),
field=jsonfield.fields.JSONField(blank=True, default=dict, verbose_name='Categories'),
),
]