From 5a2227862a95333b1e741459ba131caf097ed315 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 20 Jun 2021 16:36:39 +1000 Subject: [PATCH] Exclude authtoken --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 07fc64c03e..4522629e25 100644 --- a/tasks.py +++ b/tasks.py @@ -251,6 +251,7 @@ def content_excludes(): "contenttypes", "sessions.session", "auth.permission", + "authtoken.token", "error_report.error", "admin.logentry", "django_q.schedule",