mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-09 16:58:49 +00:00
fix rules
This commit is contained in:
parent
5f685f3c2a
commit
9454b51866
@ -145,7 +145,6 @@ class RuleSet(models.Model):
|
||||
# Core django models (not user configurable)
|
||||
'admin_logentry',
|
||||
'contenttypes_contenttype',
|
||||
'sessions_session',
|
||||
|
||||
# Models which currently do not require permissions
|
||||
'common_colortheme',
|
||||
@ -159,7 +158,7 @@ class RuleSet(models.Model):
|
||||
'error_report_error',
|
||||
'exchange_rate',
|
||||
'exchange_exchangebackend',
|
||||
'django_session',
|
||||
'user_sessions_session',
|
||||
|
||||
# Django-q
|
||||
'django_q_ormq',
|
||||
|
2
tasks.py
2
tasks.py
@ -290,7 +290,7 @@ def content_excludes():
|
||||
"exchange.rate",
|
||||
"exchange.exchangebackend",
|
||||
"common.notificationentry",
|
||||
"django_session",
|
||||
"user_sessions_session",
|
||||
]
|
||||
|
||||
output = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user