bugfix: add @id to object field
This commit is contained in:
21
djangoldp_notification/migrations/0002_auto_20190301_0418.py
Normal file
21
djangoldp_notification/migrations/0002_auto_20190301_0418.py
Normal file
@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11 on 2019-03-01 04:18
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
import djangoldp.fields
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('djangoldp_notification', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='notification',
|
||||
name='object',
|
||||
field=djangoldp.fields.LDPUrlField(),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user