You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django Yubin is a fork from django-mailer2 with some addtions from django-mailviews and
64
64
additional improvements made from apsl.net that we need for our daly basis workd. It
@@ -81,6 +81,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en
81
81
82
82
Changelog
83
83
---------
84
+
* 0.4.0 Support Django 1.11: subject and body are no longer unscaped, you need to add {% autoescape off %} to your non HTML templates.
84
85
* 0.3.1 Delete unused template that caused an error with django-compressor offline. testmail command now generates HTML emails.
85
86
* 0.3.0 Support Django >= 1.8 and <=1.10, Python 2.7, 3.3, 3.4 and 3.5. Re-send mails admin action. Fix bug in status_mail command. Demo project configured to send mails with the same mail fake-server used for tests.
86
87
* 0.2.3 Removed {% load url from future %} to support Django 1.9. Now Django < 1.5 is not supported.
0 commit comments