Skip to content
Snippets Groups Projects
Verified Commit 8d17801e authored by bleizi's avatar bleizi
Browse files

new default year

parent 609362c4
No related branches found
No related tags found
1 merge request!217new default year
Pipeline #12952 passed with stages
in 15 minutes and 15 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