Skip to content
Snippets Groups Projects
Verified Commit e57c5548 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove unnecessary German localization from migrations

parent 19fcd1b8
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -16,9 +16,4 @@ class Migration(migrations.Migration):
name='extended_data',
field=django.contrib.postgres.fields.jsonb.JSONField(default=dict, editable=False),
),
migrations.AlterField(
model_name='timeperiod',
name='weekday',
field=models.PositiveSmallIntegerField(choices=[(0, 'Montag'), (1, 'Dienstag'), (2, 'Mittwoch'), (3, 'Donnerstag'), (4, 'Freitag'), (5, 'Samstag'), (6, 'Sonntag')], verbose_name='Week day'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment