0006_auto_20181115_1548.py 425 Bytes
Newer Older
1 2
# -*- coding: utf-8 -*-
# Generated by Django 1.11.6 on 2018-11-15 15:48
Kohl Krisztofer committed
3

4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('request', '0005_requestfield'),
    ]

    operations = [
        migrations.AlterField(
            model_name='requestfield',
            name='choices',
            field=models.CharField(max_length=300, null=True),
        ),
    ]