mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#12591: Add extras.ConfigRevision to EXEMPT_EXCLUDE_MODELS
This commit is contained in:
@@ -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'),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user