From 227eea3a98a055fe3683269003398c3b47716339 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 24 Apr 2024 14:08:53 -0700 Subject: [PATCH] 15826 update EXEMPT_EXCLUDE_MODELS with new user/group models --- netbox/netbox/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 78a64e93b..b34e77ebb 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -477,8 +477,6 @@ SERIALIZATION_MODULES = { # Exclude potentially sensitive models from wildcard view exemption. These may still be exempted # by specifying the model individually in the EXEMPT_VIEW_PERMISSIONS configuration parameter. EXEMPT_EXCLUDE_MODELS = ( - ('users', 'group'), - ('users', 'user'), ('extras', 'configrevision'), ('users', 'objectpermission'), ('users', 'token'),