2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-12 06:18:48 +00:00

Adjust excludes in tasks.py (#11703)

- Closes https://github.com/inventree/InvenTree/issues/11700
This commit is contained in:
Oliver
2026-04-09 12:17:20 +10:00
committed by GitHub
parent 2466059e4e
commit 7da430f0e7

View File

@@ -367,7 +367,7 @@ def content_excludes(
# Optionally exclude user auth data # Optionally exclude user auth data
if not allow_auth: if not allow_auth:
excludes.extend(['auth.group', 'auth.user']) excludes.extend(['auth.group', 'auth.user', 'users.userprofile'])
# Optionally exclude user token information # Optionally exclude user token information
if not allow_tokens: if not allow_tokens: