Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oser-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamza Touizrat
oser-backend
Merge requests
!53
Test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Test
test
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Test
Hamza Touizrat
requested to merge
test
into
master
Mar 21, 2022
Overview
1
Commits
1
Pipelines
0
Changes
2
Created by: hamztouiz
0
0
Merge request reports
Viewing commit
4a62ce1b
Show latest version
2 files
+
32
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
4a62ce1b
Test
· 4a62ce1b
Hamzux
authored
Mar 21, 2022
profiles/migrations/0016_auto_20220321_0135.py
0 → 100644
+
18
−
0
View file @ 4a62ce1b
Edit in single-file editor
Open in Web IDE
# 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
),
),
]
Loading