update migrate

FFIB лет %!s(int64=2): %!d(string=назад)
Родитель
Сommit
0800d37ae7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      coupon/migrations/0017_alter_usercouponinfo_coupon_from.py

+ 1 - 1
coupon/migrations/0017_alter_usercouponinfo_coupon_from.py

@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
13 13
         migrations.AlterField(
14 14
             model_name='usercouponinfo',
15 15
             name='coupon_from',
16
-            field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text='劵来源', max_length=32, null=True, verbose_name='coupon_from'),
16
+            field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text=u'劵来源', max_length=32, null=True, verbose_name='coupon_from'),
17 17
         ),
18 18
     ]