Skip to content
Snippets Groups Projects
Verified Commit 5be512c8 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

minor: upgrade to djangoldp 0.7.0

parent 7d20f833
No related branches found
Tags v0.2.0
No related merge requests found
Pipeline #5923 passed
# -*- 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_profile', '0004_auto_20200506_0838'),
]
operations = [
migrations.AddField(
model_name='profile',
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='profile',
name='is_backlink',
field=models.BooleanField(default=False, help_text='set automatically to indicate the Model is a backlink'),
),
]
......@@ -10,7 +10,7 @@ license = MIT
[options]
packages = find:
install_requires =
djangoldp~=0.5
djangoldp~=0.7
djangoldp_account~=0.0
[options.extras_require]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment