Fix test migration sequence

pull/4182/merge
Matt Westcott 2018-01-08 10:02:23 +00:00
rodzic 815cb6e405
commit 58a88c380c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ class Migration(migrations.Migration):
dependencies = [
('wagtailcore', '0040_page_draft_title'),
('tests', '0024_tableblockstreampage'),
('tests', '0025_advertwithcustomprimarykey'),
]
operations = [