From fd7e314ca35305abee644cea589078e85c928909 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 6 Aug 2020 08:53:47 +0200 Subject: [PATCH] Don't log mails in database --- apps/logs/signals.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/logs/signals.py b/apps/logs/signals.py index 68bf95c0..12d22155 100644 --- a/apps/logs/signals.py +++ b/apps/logs/signals.py @@ -23,6 +23,9 @@ EXCLUDED = [ 'cas_server.userattributes', 'contenttypes.contenttype', 'logs.changelog', # Never remove this line + 'mailer.dontsendentry', + 'mailer.message', + 'mailer.messagelog', 'migrations.migration', 'note.note' # We only store the subclasses 'note.transaction',