mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
Fix test migration for Wagtail 1.5
This commit is contained in:
parent
c05da1db6e
commit
047d818345
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import wagtail.wagtailcore.fields
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wagtailcore', '0029_unicode_slugfield_dj19'),
|
||||
('wagtailcore', '0028_merge'),
|
||||
('tests', '0005_customrichblockfieldpage_customrichtextfieldpage_defaultrichblockfieldpage_defaultrichtextfieldpage'),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue