Code layout change.
[wolnelektury.git] / apps / social / migrations / 0002_auto_20151221_1225.py
diff --git a/apps/social/migrations/0002_auto_20151221_1225.py b/apps/social/migrations/0002_auto_20151221_1225.py
deleted file mode 100644 (file)
index f26e4f8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('social', '0001_initial'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='cite',
-            name='image_title',
-            field=models.CharField(max_length=255, null=True, verbose_name='title', blank=True),
-        ),
-    ]