bugfix: ordering date migration
This commit is contained in:
parent
3feeb79631
commit
00fca589f1
19
djangoldp_notification/migrations/0006_auto_20190619_0843.py
Normal file
19
djangoldp_notification/migrations/0006_auto_20190619_0843.py
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- 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']},
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user