@@ -1,4 +1,6 @@ |
||
1 |
-# Generated by Django 2.2.15 on 2020-11-29 17:48 |
|
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.29 on 2020-12-02 04:03 |
|
3 |
+from __future__ import unicode_literals |
|
2 | 4 |
|
3 | 5 |
from django.db import migrations, models |
4 | 6 |
|
@@ -13,6 +15,6 @@ class Migration(migrations.Migration): |
||
13 | 15 |
migrations.AlterField( |
14 | 16 |
model_name='orderinfo', |
15 | 17 |
name='reback_status', |
16 |
- field=models.BooleanField(default=False, help_text='退款状态', verbose_name='reback_status'), |
|
18 |
+ field=models.BooleanField(default=False, help_text='\u9000\u6b3e\u72b6\u6001', verbose_name='reback_status'), |
|
17 | 19 |
), |
18 | 20 |
] |
@@ -1,6 +1,6 @@ |
||
1 | 1 |
Django==1.11.29 |
2 | 2 |
django-admin==2.0.1 |
3 |
-django-cors-headers==3.0.2 |
|
3 |
+django-cors-headers==3.5.0 |
|
4 | 4 |
django-curtail-uuid==1.0.4 |
5 | 5 |
django-daterange-filter==1.3.0 |
6 | 6 |
django-detect==1.0.18 |
@@ -23,4 +23,4 @@ django-shortuuidfield==0.1.3 |
||
23 | 23 |
django-six==1.0.4 |
24 | 24 |
django-uniapi==1.0.10 |
25 | 25 |
django-we==1.5.6 |
26 |
-djangorestframework==3.7.7 |
|
26 |
+djangorestframework==3.12.2 |
@@ -1,10 +1,11 @@ |
||
1 |
+pyqywe_miniapp==1.0.0 |
|
1 | 2 |
pywe-card==1.0.0 |
2 | 3 |
pywe-component==1.0.1 |
3 | 4 |
pywe-component-authorizer-token==1.1.1 |
4 | 5 |
pywe-component-preauthcode==1.0.3 |
5 | 6 |
pywe-jssdk==1.1.0 |
6 | 7 |
pywe-marketcode==1.0.3 |
7 |
-pywe-membercard==1.0.1 |
|
8 |
+pywe-membercard==1.0.3 |
|
8 | 9 |
pywe-custom-message==1.0.1 |
9 | 10 |
pywe-event-message==1.0.1 |
10 | 11 |
pywe-miniapp==1.1.6 |
@@ -1,4 +1,6 @@ |
||
1 |
-# Generated by Django 2.2.15 on 2020-11-29 17:48 |
|
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.29 on 2020-12-02 04:03 |
|
3 |
+from __future__ import unicode_literals |
|
2 | 4 |
|
3 | 5 |
from django.db import migrations, models |
4 | 6 |
|
@@ -13,16 +15,16 @@ class Migration(migrations.Migration): |
||
13 | 15 |
migrations.AlterField( |
14 | 16 |
model_name='salesresponsibilityinfo', |
15 | 17 |
name='is_auth', |
16 |
- field=models.BooleanField(default=False, help_text='是否已授权', verbose_name='is_auth'), |
|
18 |
+ field=models.BooleanField(default=False, help_text='\u662f\u5426\u5df2\u6388\u6743', verbose_name='is_auth'), |
|
17 | 19 |
), |
18 | 20 |
migrations.AlterField( |
19 | 21 |
model_name='salesresponsibilityinfo', |
20 | 22 |
name='is_super', |
21 |
- field=models.BooleanField(default=False, help_text='是否超级销售担当', verbose_name='is_super'), |
|
23 |
+ field=models.BooleanField(default=False, help_text='\u662f\u5426\u8d85\u7ea7\u9500\u552e\u62c5\u5f53', verbose_name='is_super'), |
|
22 | 24 |
), |
23 | 25 |
migrations.AlterField( |
24 | 26 |
model_name='salesresponsibilityinfomodelssalestatisticinfo', |
25 | 27 |
name='is_important', |
26 |
- field=models.BooleanField(default=True, help_text='是否重要型号', verbose_name='is_important'), |
|
28 |
+ field=models.BooleanField(default=True, help_text='\u662f\u5426\u91cd\u8981\u578b\u53f7', verbose_name='is_important'), |
|
27 | 29 |
), |
28 | 30 |
] |