Add more properties in catalogue.
[redakcja.git] / src / catalogue / migrations / 0021_auto_20201027_1422.py
diff --git a/src/catalogue/migrations/0021_auto_20201027_1422.py b/src/catalogue/migrations/0021_auto_20201027_1422.py
new file mode 100644 (file)
index 0000000..0f77d78
--- /dev/null
@@ -0,0 +1,37 @@
+# Generated by Django 3.0.4 on 2020-10-27 14:22
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('catalogue', '0020_auto_20201027_1416'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='author',
+            options={'ordering': ('last_name', 'first_name', 'year_of_death'), 'verbose_name': 'author', 'verbose_name_plural': 'authors'},
+        ),
+        migrations.AlterModelOptions(
+            name='book',
+            options={'ordering': ('title',), 'verbose_name': 'book', 'verbose_name_plural': 'books'},
+        ),
+        migrations.AlterModelOptions(
+            name='collection',
+            options={'verbose_name': 'collection', 'verbose_name_plural': 'collections'},
+        ),
+        migrations.AlterModelOptions(
+            name='epoch',
+            options={'verbose_name': 'author', 'verbose_name_plural': 'authors'},
+        ),
+        migrations.AlterModelOptions(
+            name='genre',
+            options={'verbose_name': 'genre', 'verbose_name_plural': 'genres'},
+        ),
+        migrations.AlterModelOptions(
+            name='kind',
+            options={'verbose_name': 'kind', 'verbose_name_plural': 'kinds'},
+        ),
+    ]