blob: 9bb24f945518358cfd6a7db2ae0bb293df606ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Generated by Django 2.2.9 on 2020-03-15 20:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('assessments', '0003_auto_20200315_1651'),
]
operations = [
migrations.AlterField(
model_name='cafcontributingoutcome',
name='name',
field=models.CharField(help_text='e.g. Board Direction', max_length=100),
),
]
|