fixed migration

This commit is contained in:
khashashin 2017-04-25 09:48:50 +02:00
parent eb5b2a65a8
commit 2cdabfd25c

View file

@ -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'),
]