Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdt4242-base-group7
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Harkamaljit Singh
tdt4242-base-group7
Merge requests
!9
Refactor uc2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor uc2
RefactorUC2
into
master
Overview
0
Commits
17
Pipelines
2
Changes
40
Merged
Harkamaljit Singh
requested to merge
RefactorUC2
into
master
3 years ago
Overview
0
Commits
17
Pipelines
2
Changes
40
Expand
0
0
Merge request reports
Compare
master
version 1
f8fcfd98
3 years ago
master (base)
and
latest version
latest version
0c3699ea
17 commits,
3 years ago
version 1
f8fcfd98
16 commits,
3 years ago
40 files
+
1477
−
1468
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
40
Search (e.g. *.vue) (Ctrl+P)
backend/secfit/comments/migrations/0001_initial.py
+
1
−
3
Options
@@ -46,9 +46,7 @@ class Migration(migrations.Migration):
),
),
],
options
=
{
"
ordering
"
:
[
"
-timestamp
"
],
},
options
=
{
"
ordering
"
:
[
"
-timestamp
"
],},
),
migrations
.
CreateModel
(
name
=
"
Like
"
,
Loading