Skip to content
Snippets Groups Projects
Unverified Commit 34c08803 authored by hamztouiz's avatar hamztouiz Committed by GitHub
Browse files

Test (#53)

parent 7d30d0f8
Branches
No related tags found
No related merge requests found
# Generated by Django 2.2 on 2022-03-21 00:35
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),
),
]
# Generated by Django 2.2 on 2022-03-21 00:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('profiles', '0016_auto_20220321_0135'),
('profiles', '0016_auto_20211225_1242'),
]
operations = [
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment