Lengthen "key actors" and "who..involved" fields
This commit is contained in:
25
apps/map/migrations/0063_auto_20180525_0052.py
Normal file
25
apps/map/migrations/0063_auto_20180525_0052.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.6 on 2018-05-25 00:52
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0062_auto_20180525_0035'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='key_actors_involved',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='Key actors involved (individual/organisational)'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='who_has_been_involved',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='Which communities, groups and organisations have been involved?'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user