Projet

Général

Profil

0001-wcs-update-migration-with-new-verbose_name-25886.patch

Thomas Noël, 27 août 2018 20:31

Télécharger (1,05 ko)

Voir les différences:

Subject: [PATCH 1/7] wcs: update migration with new verbose_name (#25886)

 .../apps/wcs/migrations/0015_wcscurrentformscell_categories.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/wcs/migrations/0015_wcscurrentformscell_categories.py
16 16
        migrations.AddField(
17 17
            model_name='wcscurrentformscell',
18 18
            name='categories',
19
            field=jsonfield.fields.JSONField(blank=True, default=dict),
19
            field=jsonfield.fields.JSONField(blank=True, default=dict, verbose_name='Categories'),
20 20
        ),
21 21
    ]
22
-