fix db sessions in import / export

This commit is contained in:
Matthias 2021-11-28 16:54:11 +01:00
parent ace4370ee9
commit 5f685f3c2a
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -279,7 +279,6 @@ def content_excludes():
excludes = [ excludes = [
"contenttypes", "contenttypes",
"sessions.session",
"auth.permission", "auth.permission",
"authtoken.token", "authtoken.token",
"error_report.error", "error_report.error",
@ -291,7 +290,7 @@ def content_excludes():
"exchange.rate", "exchange.rate",
"exchange.exchangebackend", "exchange.exchangebackend",
"common.notificationentry", "common.notificationentry",
"sessions.session", "django_session",
] ]
output = "" output = ""