]> git.0d.be Git - django-panik-nonstop.git/blob - nonstop/migrations/0028_auto_20200716_1452.py
1b29901a523ce2d8e18643139e50a79f9d37af77
[django-panik-nonstop.git] / nonstop / migrations / 0028_auto_20200716_1452.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.29 on 2020-07-16 14:52
3 from __future__ import unicode_literals
4
5 from django.db import migrations, models
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('nonstop', '0027_auto_20200702_1001'),
12     ]
13
14     operations = [
15         migrations.AlterField(
16             model_name='track',
17             name='language',
18             field=models.CharField(blank=True, choices=[('en', 'English'), ('fr', 'French'), ('nl', 'Dutch'), ('other', 'Other'), ('na', 'Not applicable')], max_length=10),
19         ),
20     ]