Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Merge requests
!297
Resolve "Rename PersonalNote "late" field to "tardiness""
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Rename PersonalNote "late" field to "tardiness""
222-rename-personalnote-late-field-to-tardiness
into
master
Overview
4
Commits
4
Pipelines
8
Changes
14
All threads resolved!
Hide all comments
Merged
Hangzhi Yu
requested to merge
222-rename-personalnote-late-field-to-tardiness
into
master
2 years ago
Overview
4
Commits
4
Pipelines
8
Changes
14
All threads resolved!
Hide all comments
Expand
Closes
#222 (closed)
Edited
2 years ago
by
Hangzhi Yu
0
0
Merge request reports
Compare
master
version 6
e994ab0e
2 years ago
version 5
4c822cdc
2 years ago
version 4
c3b04b29
2 years ago
version 3
2548f3ac
2 years ago
version 2
ecf35884
2 years ago
version 1
ffceb189
2 years ago
master (base)
and
latest version
latest version
06e9bac1
4 commits,
2 years ago
version 6
e994ab0e
3 commits,
2 years ago
version 5
4c822cdc
2 commits,
2 years ago
version 4
c3b04b29
2 commits,
2 years ago
version 3
2548f3ac
1 commit,
2 years ago
version 2
ecf35884
1 commit,
2 years ago
version 1
ffceb189
1 commit,
2 years ago
14 files
+
50
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/alsijil/migrations/0017_rename_late_to_tardiness.py
0 → 100644
+
18
−
0
Options
# Generated by Django 3.2.15 on 2022-08-27 15:02
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
alsijil
'
,
'
0016_add_not_counted_excuse_types
'
),
]
operations
=
[
migrations
.
RenameField
(
model_name
=
'
personalnote
'
,
old_name
=
'
late
'
,
new_name
=
'
tardiness
'
,
),
]
Loading