Add more properties in catalogue.
[redakcja.git] / src / catalogue / migrations / 0022_auto_20201027_1424.py
1 # Generated by Django 3.0.4 on 2020-10-27 14:24
2
3 from django.db import migrations
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('catalogue', '0021_auto_20201027_1422'),
10     ]
11
12     operations = [
13         migrations.AlterModelOptions(
14             name='epoch',
15             options={'verbose_name': 'epoch', 'verbose_name_plural': 'epochs'},
16         ),
17     ]