Use unmanaged keys instead of some magic.
[redakcja.git] / src / documents / migrations / 0004_auto_20201102_1325.py
diff --git a/src/documents/migrations/0004_auto_20201102_1325.py b/src/documents/migrations/0004_auto_20201102_1325.py
new file mode 100644 (file)
index 0000000..2a4eef1
--- /dev/null
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.4 on 2020-11-02 13:25
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('documents', '0003_auto_20201102_1324'),
+    ]
+
+    operations = [
+        migrations.RenameField(
+            model_name='book',
+            old_name='dc_slug',
+            new_name='catalogue_book',
+        ),
+    ]