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
180c3f6a
Verified
Commit
180c3f6a
authored
May 22, 2020
by
Jean-Baptiste Pasquier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor: upgrade to django 0.7.0
parent
6bb30dfa
Pipeline
#5920
passed with stage
in 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
0003_auto_20200522_1516.py
djangoldp_dashboard/migrations/0003_auto_20200522_1516.py
+25
-0
setup.cfg
setup.cfg
+1
-1
No files found.
djangoldp_dashboard/migrations/0003_auto_20200522_1516.py
0 → 100644
View file @
180c3f6a
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-05-22 15:16
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'djangoldp_dashboard'
,
'0002_auto_20200330_1531'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'dashboard'
,
name
=
'allow_create_backlink'
,
field
=
models
.
BooleanField
(
default
=
True
,
help_text
=
'set to False to disable backlink creation after Model save'
),
),
migrations
.
AddField
(
model_name
=
'dashboard'
,
name
=
'is_backlink'
,
field
=
models
.
BooleanField
(
default
=
False
,
help_text
=
'set automatically to indicate the Model is a backlink'
),
),
]
setup.cfg
View file @
180c3f6a
...
...
@@ -12,7 +12,7 @@ classifiers =
include_package_data = True
packages = find:
install_requires =
djangoldp~=0.
6
djangoldp~=0.
7
[semantic_release]
version_source = tag
...
...
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