From 6511a774d141d54c7e83854abef778e9f0cc5eb7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 27 Nov 2021 00:04:43 +0100 Subject: [PATCH] exclude sessions from imort / exports --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 21f7616d76..a8f9bcaf84 100644 --- a/tasks.py +++ b/tasks.py @@ -291,6 +291,7 @@ def content_excludes(): "exchange.rate", "exchange.exchangebackend", "common.notificationentry", + "sessions.session", ] output = ""