Skip to content
Snippets Groups Projects
Commit 982ee1a2 authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

Merge branch 'update' into 'master'

update: migrations files for last djangoldp version

See merge request startinblox/djangoldp-packages/djangoldp-profile!13
parents 8780041d 15835043
No related branches found
Tags v0.1.1
1 merge request!13update: migrations files for last djangoldp version
Pipeline #1292 passed
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2019-09-17 11:16
from __future__ import unicode_literals
from django.db import migrations
import djangoldp.fields
class Migration(migrations.Migration):
dependencies = [
('djangoldp_profile', '0004_auto_20190524_1349'),
]
operations = [
migrations.AddField(
model_name='profile',
name='urlid',
field=djangoldp.fields.LDPUrlField(blank=True, null=True, unique=True),
),
]
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