1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 from django.db import migrations, models
7 class Migration(migrations.Migration):
10 ('picture', '0007_auto_20160125_1709'),
14 migrations.AlterModelOptions(
16 options={'ordering': ('sort_key_author', 'sort_key'), 'verbose_name': 'picture', 'verbose_name_plural': 'pictures'},