default sort order for documents
[redakcja.git] / apps / catalogue / migrations / 0017_auto_20170628_1612.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.10.6 on 2017-06-28 16:12
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('catalogue', '0016_auto_20170425_1430'),
12     ]
13
14     operations = [
15         migrations.AlterModelOptions(
16             name='document',
17             options={'ordering': ['-revision__created_at'], 'verbose_name': 'document', 'verbose_name_plural': 'documents'},
18         ),
19     ]