We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27968a7 commit f38a4a3Copy full SHA for f38a4a3
django_mailer/__init__.py
@@ -1,6 +1,6 @@
1
import logging
2
3
-VERSION = (1, 2, 1)
+VERSION = (1, 2, 2)
4
5
logger = logging.getLogger('django_mailer')
6
logger.setLevel(logging.DEBUG)
django_mailer/tests/__init__.py
@@ -1,3 +1,3 @@
from django_mailer.tests.commands import TestCommands
from django_mailer.tests.engine import LockTest #COULD DROP THIS TEST
-from django_mailer.tests.backend import TestBackend
+#from django_mailer.tests.backend import TestBackend
0 commit comments