mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -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 = (
|
||||
('auth', 'group'),
|
||||
('auth', 'user'),
|
||||
('extras', 'configrevision'),
|
||||
('users', 'objectpermission'),
|
||||
('users', 'token'),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user