15826 update EXEMPT_EXCLUDE_MODELS with new user/group models

This commit is contained in:
Arthur 2024-04-24 13:48:39 -07:00
parent e05ca710ae
commit 528ac752a8

View File

@ -477,8 +477,8 @@ 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 = (
('auth', 'group'),
('auth', 'user'),
('users', 'group'),
('users', 'user'),
('extras', 'configrevision'),
('users', 'objectpermission'),
('users', 'token'),