fixed migration
This commit is contained in:
parent
eb5b2a65a8
commit
2cdabfd25c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.7 on 2017-04-24 16:11
|
||||
# Generated by Django 1.10.7 on 2017-04-25 07:44
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
@ -9,7 +9,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wagtailcore', '0033_auto_20170424_1816'),
|
||||
('wagtailcore', '0033_auto_20170425_0944'),
|
||||
('home', '0014_auto_20170421_1426'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue