Skip to content
Snippets Groups Projects

Hamza

1 file
+ 18
0
Compare changes
  • Side-by-side
  • Inline
  • 23bf9195
    add · 23bf9195
    Hamzux authored
# Generated by Django 2.2 on 2021-12-25 11:42
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('profiles', '0015_student_updated_date'),
]
operations = [
migrations.AlterField(
model_name='tutor',
name='promotion',
field=models.IntegerField(choices=[(2024, '2024'), (2023, '2023'), (2022, '2022'), (2021, '2021'), (2020, '2020')], default=2024),
),
]
Loading