mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
fix rules
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user