Skip to content
Snippets Groups Projects
Commit ba0d64f0 authored by bleizi's avatar bleizi
Browse files

Merge branch 'new_default_year' into 'main'

new default year

See merge request !217
parents 609362c4 8d17801e
No related branches found
No related tags found
1 merge request!217new default year
Pipeline #12953 passed with stages
in 15 minutes and 39 seconds
# Generated by Django 2.2.28 on 2023-08-23 21:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('member', '0009_auto_20220904_2325'),
]
operations = [
migrations.AlterField(
model_name='profile',
name='promotion',
field=models.PositiveSmallIntegerField(default=2023, help_text='Year of entry to the school (None if not ENS student)', null=True, verbose_name='promotion'),
),
]
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