Django 1.9
[prawokultury.git] / shop / migrations / 0002_auto_20191001_1400.py
diff --git a/shop/migrations/0002_auto_20191001_1400.py b/shop/migrations/0002_auto_20191001_1400.py
new file mode 100644 (file)
index 0000000..7ec1120
--- /dev/null
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.9.13 on 2019-10-01 12:00
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('shop', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.AlterField(
+            model_name='order',
+            name='email',
+            field=models.EmailField(db_index=True, max_length=254, verbose_name='email'),
+        ),
+    ]