better ordering for tags
[redakcja.git] / apps / catalogue / migrations / 0016_auto_20170425_1430.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.10.6 on 2017-04-25 14:30
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', '0015_auto_20170411_1545'),
12     ]
13
14     operations = [
15         migrations.AlterModelOptions(
16             name='tag',
17             options={'ordering': ['category', 'index', 'label'], 'verbose_name': 'tag', 'verbose_name_plural': 'tags'},
18         ),
19     ]