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

update: is_backlink migration

parent 3c0246c3
No related branches found
No related tags found
No related merge requests found
Pipeline #6217 passed with stage
in 38 seconds
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-06-10 13:23
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('djangoldp', '0010_follower'),
]
operations = [
migrations.AlterField(
model_name='activity',
name='is_backlink',
field=models.BooleanField(default=False, help_text='(DEPRECIATED) set automatically to indicate the Model is a backlink'),
),
migrations.AlterField(
model_name='follower',
name='is_backlink',
field=models.BooleanField(default=False, help_text='(DEPRECIATED) set automatically to indicate the Model is a backlink'),
),
migrations.AlterField(
model_name='ldpsource',
name='is_backlink',
field=models.BooleanField(default=False, help_text='(DEPRECIATED) set automatically to indicate the Model is a backlink'),
),
]
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