Update migration with previous changes
authorMagnus Hagander <magnus@hagander.net>
Thu, 21 Dec 2017 10:47:43 +0000 (11:47 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 21 Dec 2017 10:47:43 +0000 (11:47 +0100)
This was missed in ab36183fdac33c699ae7ed076a7ee85a9cbd895e. It's not a
change that actually changes the database in any way, so no need to
create an actual migration.

pgweb/news/migrations/0003_news_tags.py

index 3243a432d9323703927c0cc679d8068908cc5920..35b3038ef70266d276ef7b0982b472fbd1fedb20 100644 (file)
@@ -19,6 +19,7 @@ class Migration(migrations.Migration):
                 ('name', models.CharField(max_length=32)),
                 ('description', models.CharField(max_length=200)),
             ],
+            options={'ordering': ('urlname',)},
         ),
         migrations.AlterField(
             model_name='newsarticle',