mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 14:04:46 +00:00
renumber migration
This commit is contained in:
parent
550d4e94da
commit
3d705dc43d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
Loading…
Reference in a new issue