]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/migrations/0004_auto_20161009_2255.py
Better implement tags, with separate namespaces
[djsite.git] / quotes / migrations / 0004_auto_20161009_2255.py
diff --git a/quotes/migrations/0004_auto_20161009_2255.py b/quotes/migrations/0004_auto_20161009_2255.py
deleted file mode 100644 (file)
index cf435ab..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 = [
-        ('quotes', '0003_auto_20161009_2254'),
-    ]
-
-    operations = [
-        migrations.RenameField(
-            model_name='quote',
-            old_name='context',
-            new_name='work',
-        ),
-    ]