mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 13:04:46 +00:00
Merge pull request #1873 from gasman/fix/migrate-from-08
Make migrations depend on non-squashed versions
This commit is contained in:
commit
a997cefa1a
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', '0001_squashed_0016_change_page_url_path_to_text_field'),
|
||||
('wagtailcore', '0016_change_page_url_path_to_text_field'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue