fix rules

This commit is contained in:
Matthias 2021-11-28 17:18:46 +01:00
parent 5f685f3c2a
commit 9454b51866
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 2 additions and 3 deletions

View File

@ -145,7 +145,6 @@ class RuleSet(models.Model):
# Core django models (not user configurable) # Core django models (not user configurable)
'admin_logentry', 'admin_logentry',
'contenttypes_contenttype', 'contenttypes_contenttype',
'sessions_session',
# Models which currently do not require permissions # Models which currently do not require permissions
'common_colortheme', 'common_colortheme',
@ -159,7 +158,7 @@ class RuleSet(models.Model):
'error_report_error', 'error_report_error',
'exchange_rate', 'exchange_rate',
'exchange_exchangebackend', 'exchange_exchangebackend',
'django_session', 'user_sessions_session',
# Django-q # Django-q
'django_q_ormq', 'django_q_ormq',

View File

@ -290,7 +290,7 @@ def content_excludes():
"exchange.rate", "exchange.rate",
"exchange.exchangebackend", "exchange.exchangebackend",
"common.notificationentry", "common.notificationentry",
"django_session", "user_sessions_session",
] ]
output = "" output = ""