Skip to content

Commit 6208e0f

Browse files
committed
#12591: Add extras.ConfigRevision to EXEMPT_EXCLUDE_MODELS
1 parent e64289e commit 6208e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/netbox/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ def _setting(name, default=None):
476476
EXEMPT_EXCLUDE_MODELS = (
477477
('auth', 'group'),
478478
('auth', 'user'),
479+
('extras', 'configrevision'),
479480
('users', 'objectpermission'),
480481
('users', 'token'),
481482
)

0 commit comments

Comments
 (0)