0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Adjust testapp migration dependency to be valid on 1.6.x

This commit is contained in:
Matt Westcott 2016-09-30 10:17:52 +01:00
parent 869349f86c
commit 611f95b0c7

View File

@ -12,7 +12,7 @@ import wagtail.wagtailimages.blocks
class Migration(migrations.Migration):
dependencies = [
('wagtailcore', '0030_index_on_pagerevision_created_at'),
('wagtailcore', '0029_unicode_slugfield_dj19'),
('tests', '0008_inlinestreampage_inlinestreampagesection'),
]