From 7da430f0e7e5e5b095fbd4577826ce0cd0d86bf3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 9 Apr 2026 12:17:20 +1000 Subject: [PATCH] Adjust excludes in tasks.py (#11703) - Closes https://github.com/inventree/InvenTree/issues/11700 --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 447306dfc1..b937e768c9 100644 --- a/tasks.py +++ b/tasks.py @@ -367,7 +367,7 @@ def content_excludes( # Optionally exclude user auth data if not allow_auth: - excludes.extend(['auth.group', 'auth.user']) + excludes.extend(['auth.group', 'auth.user', 'users.userprofile']) # Optionally exclude user token information if not allow_tokens: