Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp-notification
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
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
djangoldp-packages
djangoldp-notification
Merge requests
!29
update: is_backlink
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update: is_backlink
is-backlink
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Calum Mackervoy
requested to merge
is-backlink
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0a2ae45d
Show latest version
1 file
+
25
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0a2ae45d
update: is_backlink
· 0a2ae45d
Calum Mackervoy
authored
4 years ago
djangoldp_notification/migrations/0009_auto_20200619_0802.py
0 → 100644
+
25
−
0
Options
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-06-19 08:02
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
djangoldp_notification
'
,
'
0008_auto_20200610_1323
'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'
notification
'
,
name
=
'
is_backlink
'
,
field
=
models
.
BooleanField
(
default
=
False
,
help_text
=
'
set automatically to indicate the Model is a backlink
'
),
),
migrations
.
AlterField
(
model_name
=
'
subscription
'
,
name
=
'
is_backlink
'
,
field
=
models
.
BooleanField
(
default
=
False
,
help_text
=
'
set automatically to indicate the Model is a backlink
'
),
),
]
Loading