Merge branch 'master' of github.com:datalets/public-health-ch

This commit is contained in:
Oleg Lavrovsky 2017-04-25 16:05:08 +02:00
commit eab0dfd575

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