renumber migration

This commit is contained in:
Matt Westcott 2015-03-19 11:37:14 +00:00
parent 550d4e94da
commit 3d705dc43d

View file

@ -7,7 +7,7 @@ from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('wagtailcore', '0010_change_page_owner_to_null_on_delete'),
('wagtailcore', '0012_extend_page_slug_field'),
]
operations = [