Fundraising in PDF.
[wolnelektury.git] / src / picture / migrations / 0008_auto_20160413_1152.py
1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3 #
4 from django.db import migrations, models
5
6
7 class Migration(migrations.Migration):
8
9     dependencies = [
10         ('picture', '0007_auto_20160125_1709'),
11     ]
12
13     operations = [
14         migrations.AlterModelOptions(
15             name='picture',
16             options={'ordering': ('sort_key_author', 'sort_key'), 'verbose_name': 'picture', 'verbose_name_plural': 'pictures'},
17         ),
18     ]