19 lines
559 B
Python
19 lines
559 B
Python
# Generated by Django 2.0.6 on 2018-10-30 17:26
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('objectives', '0003_auto_20181022_1646'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='objectivegroup',
|
|
name='title',
|
|
field=models.CharField(blank=True, choices=[('language_communication', 'Sprache & Kommunikation'), ('society', 'Gesellschaft')], default='language_communication', max_length=255, verbose_name='title'),
|
|
),
|
|
]
|