Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDE
nk20
Commits
ba0d64f0
Commit
ba0d64f0
authored
1 year ago
by
bleizi
Browse files
Options
Downloads
Plain Diff
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
!217
new default year
Pipeline
#12953
passed with stages
in 15 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/member/migrations/0010_new_default_year.py
+18
-0
18 additions, 0 deletions
apps/member/migrations/0010_new_default_year.py
with
18 additions
and
0 deletions
apps/member/migrations/0010_new_default_year.py
0 → 100644
+
18
−
0
View file @
ba0d64f0
# 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
'
),
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment