2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Merge branch 'inventree:master' into webhooks

This commit is contained in:
Matthias Mair
2021-12-02 09:22:48 +01:00
committed by GitHub
51 changed files with 14255 additions and 13007 deletions

View File

@ -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',
@ -161,6 +160,7 @@ class RuleSet(models.Model):
'error_report_error',
'exchange_rate',
'exchange_exchangebackend',
'user_sessions_session',
# Django-q
'django_q_ormq',