mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-21 04:11:06 -05:00
Clean up session sharing
* Test cases * Fix premature session.close when caller is managing email backend connection * Ensure session closed correct in exceptions * Changelog (Also fixes bug where JSON serialization errors didn't respect fail_silently.)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from djrill.tests.test_mandrill_send import *
|
||||
from djrill.tests.test_mandrill_send_template import *
|
||||
from djrill.tests.test_mandrill_webhook import *
|
||||
from djrill.tests.test_mandrill_session_sharing import *
|
||||
from djrill.tests.test_mandrill_subaccounts import *
|
||||
from djrill.tests.test_mandrill_webhook import *
|
||||
|
||||
from djrill.tests.test_mandrill_integration import *
|
||||
|
||||
Reference in New Issue
Block a user