]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/migrations/0004_auto_20161009_2255.py
Revert "Use django-tagging for tags"
[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
new file mode 100644 (file)
index 0000000..cf435ab
--- /dev/null
@@ -0,0 +1,19 @@
+# -*- 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',
+        ),
+    ]