Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djangoldp-dashboard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
djangoldp-packages
djangoldp-dashboard
Commits
707b4a01
Verified
Commit
707b4a01
authored
Jun 19, 2020
by
Jean-Baptiste Pasquier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: is_backlink migration
parent
49830934
Pipeline
#6401
passed with stage
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
0005_auto_20200619_1102.py
djangoldp_dashboard/migrations/0005_auto_20200619_1102.py
+20
-0
No files found.
djangoldp_dashboard/migrations/0005_auto_20200619_1102.py
0 → 100644
View file @
707b4a01
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-06-19 11:02
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'djangoldp_dashboard'
,
'0004_auto_20200610_1323'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'dashboard'
,
name
=
'is_backlink'
,
field
=
models
.
BooleanField
(
default
=
False
,
help_text
=
'set automatically to indicate the Model is a backlink'
),
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment