Update migration with previous changes

This was missed in ab36183fda. It's not a
change that actually changes the database in any way, so no need to
create an actual migration.
This commit is contained in:
Magnus Hagander
2017-12-21 11:47:43 +01:00
parent aa719f09e2
commit b753381e69

View 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',