From dd8c0276c741b3e1dfd43b6b213dda7e6faea675 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 25 Apr 2021 10:52:47 +1000 Subject: [PATCH] Ignore session data when exporting records --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index a6304467d1..9efcc6999b 100644 --- a/tasks.py +++ b/tasks.py @@ -240,6 +240,7 @@ def content_excludes(): excludes = [ "contenttypes", + "sessions.session", "auth.permission", "error_report.error", "admin.logentry",