Skip to content

Commit

Permalink
#12591: Add extras.ConfigRevision to EXEMPT_EXCLUDE_MODELS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 1, 2023
1 parent e64289e commit 6208e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/netbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ def _setting(name, default=None):
EXEMPT_EXCLUDE_MODELS = (
('auth', 'group'),
('auth', 'user'),
('extras', 'configrevision'),
('users', 'objectpermission'),
('users', 'token'),
)
Expand Down

0 comments on commit 6208e0f

Please sign in to comment.