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',