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
!339
Draft: Resolve "Migrate to new data model"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Draft: Resolve "Migrate to new data model"
246-roadmap-migrate-to-new-data-model
into
master
Overview
11
Commits
13
Pipelines
16
Changes
6
All threads resolved!
Hide all comments
Merged
magicfelix
requested to merge
246-roadmap-migrate-to-new-data-model
into
master
1 year ago
Overview
11
Commits
13
Pipelines
16
Changes
6
All threads resolved!
Hide all comments
Expand
Closes
#246 (closed)
0
0
Merge request reports
Viewing commit
73b75742
Show latest version
6 files
+
63
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
73b75742
Adapt to Core 4.0 managed_by feature
· 73b75742
magicfelix
authored
1 year ago
aleksis/apps/alsijil/migrations/0001_initial.py
+
3
−
2
Options
# Generated by Django 3.0.6 on 2020-05-29 10:29
import
django.contrib.sites.managers
import
django.db.models.deletion
from
django.db
import
migrations
,
models
import
aleksis.core.managers
import
aleksis.apps.alsijil.models
@@ -75,7 +76,7 @@ class Migration(migrations.Migration):
"
verbose_name_plural
"
:
"
Personal note filters
"
,
"
ordering
"
:
[
"
identifier
"
],
},
managers
=
[(
"
objects
"
,
django
.
contrib
.
sites
.
managers
.
CurrentSit
eManager
()),],
managers
=
[(
"
objects
"
,
aleksis
.
core
.
managers
.
AlekSISBas
eManager
()),],
),
migrations
.
CreateModel
(
name
=
"
PersonalNote
"
,
Loading