mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
#12591: Add extras.ConfigRevision to EXEMPT_EXCLUDE_MODELS
This commit is contained in:
parent
e64289e791
commit
6208e0f7f6
@ -476,6 +476,7 @@ TEST_RUNNER = "django_rich.test.RichRunner"
|
|||||||
EXEMPT_EXCLUDE_MODELS = (
|
EXEMPT_EXCLUDE_MODELS = (
|
||||||
('auth', 'group'),
|
('auth', 'group'),
|
||||||
('auth', 'user'),
|
('auth', 'user'),
|
||||||
|
('extras', 'configrevision'),
|
||||||
('users', 'objectpermission'),
|
('users', 'objectpermission'),
|
||||||
('users', 'token'),
|
('users', 'token'),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user