Migration to Wagtail 1.11 merge
This commit is contained in:
parent
7f35cc41f5
commit
1a624950b5
1 changed files with 19 additions and 0 deletions
19
publichealth/home/migrations/0019_auto_20170703_1244.py
Normal file
19
publichealth/home/migrations/0019_auto_20170703_1244.py
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Generated by Django 1.11.3 on 2017-07-03 10:44
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('home', '0018_contact_contact_form'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='dataletssettings',
|
||||||
|
options={'verbose_name': 'Get support'},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue