Merge pull request #3 from khashashin/master
Fixed an issue with migration in a newer Wagtail version.
This commit is contained in:
commit
ea7afab016
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