minor: permissions update
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
e6b20e2bbc
commit
026e13eb59
21
djangoldp_notification/migrations/0011_auto_20210218_1145.py
Normal file
21
djangoldp_notification/migrations/0011_auto_20210218_1145.py
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated by Django 2.2.18 on 2021-02-18 10:45
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('djangoldp_notification', '0010_notificationsetting'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='notification',
|
||||
options={'default_permissions': ['add', 'change', 'delete', 'view', 'control'], 'ordering': ['-date']},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='subscription',
|
||||
options={'default_permissions': ['add', 'change', 'delete', 'view', 'control']},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user