Merge pull request #1873 from gasman/fix/migrate-from-08

Make migrations depend on non-squashed versions
This commit is contained in:
Karl Hobley 2015-10-28 09:22:40 +00:00
commit a997cefa1a

View file

@ -7,7 +7,7 @@ from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('wagtailcore', '0001_squashed_0016_change_page_url_path_to_text_field'),
('wagtailcore', '0016_change_page_url_path_to_text_field'),
]
operations = [