20 lines
501 B
Python
20 lines
501 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2019-06-19 08:43
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('djangoldp_notification', '0005_auto_20190507_0858'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='notification',
|
|
options={'default_permissions': ('add', 'change', 'delete', 'view', 'control'), 'ordering': ['-date']},
|
|
),
|
|
]
|