Skip to content
Snippets Groups Projects
Commit 00fca589 authored by Matthieu Fesselier's avatar Matthieu Fesselier
Browse files

bugfix: ordering date migration

parent 3feeb796
No related branches found
Tags v0.0.27
No related merge requests found
# -*- 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']},
),
]
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