Add dependency on wagtailcore migration 0002 (necessary to cleanly merge the other migration 0005 being added in 0.9)

pull/811/head
Matt Westcott 2014-11-13 13:05:21 +00:00
rodzic 2f80223979
commit 80b05e0cd3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ from django.db import models, migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('wagtailcore', '0002_initial_data'),
('tests', '0004_auto_20141008_0420'), ('tests', '0004_auto_20141008_0420'),
] ]