Skip to content
Snippets Groups Projects
Verified Commit 2ce52d43 authored by Lloyd Meins's avatar Lloyd Meins :thought_balloon:
Browse files

Fix (dumb) mistakesFix (dumb) mistakes

parent 6cfe09c5
No related branches found
No related tags found
1 merge request!835Resolve "Date picker for date of birth unusable"
Pipeline #46252 passed with warnings
......@@ -18,7 +18,7 @@ Fixed
~~~~~
* Correctly update theme colours on change again
* Show all years between 1900 and 2100 in date pickers
* Show all years in a 200 year range around the current year in date pickers
`2.3.1`_ – 2021-12-17
---------------------
......
# Generated by Django 3.2.4 on 2021-07-29 11:22
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0020_pdf_file_person_optional'),
]
operations = [
migrations.AlterField(
model_name='group',
name='school_term',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='+', to='core.schoolterm', verbose_name='Zugeordnetes Schuljahr'),
),
]
# Generated by Django 3.2.10 on 2021-12-20 10:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0021_alter_group_school_term'),
('core', '0028_char_field_not_null'),
]
operations = [
]
File deleted
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