----- Adding Inline Image template_name can now accept a list Optionally save a copy of the email in the database and create a URL to see it in the browser Created a TemplatedEmailFormViewMixin to use with classes based views' FormView
1.0
----- Remove broken postageapp backend. Adding django 1.10 support. Use django-render-block. Adding django-anymail. Adding attachment. Remove support for legacy behaviour of having a .html and a .txt file.
0.5
-----
Bug fixes, cleanup, Django 1.9 and Python3 support.
0.4.9
------
Be a bit friendlier if someone sets TEMPLATED_EMAIL_FILE_EXTENSION='.html' strip the leading . so inconsistent behavior is not experienced (using '.html' will fall back to legacy loading behaviour when it doesn't find filename..html).
0.4.8
------ Adds pep-8 fixes, and basic testing infrastructure from https://github.com/bradwhittington/django-templated-email/pull/24 and https://github.com/bradwhittington/django-templated-email/pull/23
Amends AUTHORS file
0.4.7
------ Refactor to make template_prefix/suffix passed through everywhere (taking precedence), with template_dir/file_extension available on backends where it makes sense, with higher priority on template_prefix/suffix.