7e85524e51
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
26 lines
687 B
Python
26 lines
687 B
Python
# Generated by Django 3.1.7 on 2021-03-29 13:34
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("authentik_policies", "0005_binding_group"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="policy",
|
|
options={
|
|
"base_manager_name": "objects",
|
|
"permissions": [
|
|
("view_policy_cache", "View Policy's cache metrics"),
|
|
("clear_policy_cache", "Clear Policy's cache metrics"),
|
|
],
|
|
"verbose_name": "Policy",
|
|
"verbose_name_plural": "Policies",
|
|
},
|
|
),
|
|
]
|