aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/migrations/0010_auto_20200225_0747.py
blob: 7104bb817e23326ddb32d331eaa3081730dc0ef2 (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-02-25 07:47

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('caf', '0009_grading_type'),
    ]

    operations = [
        migrations.AlterField(
            model_name='grading',
            name='descriptor',
            field=models.CharField(help_text='Q1, C1, etc', max_length=2),
        ),
    ]