Merge branch 'is-backlink' into 'master'
update: is_backlink See merge request djangoldp-packages/djangoldp-notification!29
This commit is contained in:
commit
00fd64cdc9
25
djangoldp_notification/migrations/0009_auto_20200619_0802.py
Normal file
25
djangoldp_notification/migrations/0009_auto_20200619_0802.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- 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…
Reference in New Issue
Block a user