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
!68
Resolve "Add option to configure extra marks for personal notes"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add option to configure extra marks for personal notes"
85-add-option-to-configure-extra-marks-for-personal-notes
into
master
Overview
14
Commits
12
Pipelines
6
Changes
18
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
85-add-option-to-configure-extra-marks-for-personal-notes
into
master
4 years ago
Overview
14
Commits
12
Pipelines
6
Changes
10
All threads resolved!
Hide all comments
Expand
Closes
#85 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
version 3
version 4
a66dc7a9
4 years ago
version 3
e24effa5
4 years ago
version 2
49718f69
4 years ago
version 1
99cae0aa
4 years ago
master (base)
and
version 4
latest version
0bc8ec73
12 commits,
4 years ago
version 4
a66dc7a9
11 commits,
4 years ago
version 3
e24effa5
10 commits,
4 years ago
version 2
49718f69
7 commits,
4 years ago
version 1
99cae0aa
2 commits,
4 years ago
Show latest version
10 files
+
17
−
224
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/alsijil/migrations/0004_delete_personal_notes_filter.py
0 → 100644
+
14
−
0
Options
# Generated by Django 3.0.8 on 2020-07-18 15:23
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
alsijil
"
,
"
0003_extra_mark
"
),
]
operations
=
[
migrations
.
DeleteModel
(
name
=
"
PersonalNoteFilter
"
,),
]
Loading