- Djmail doesn't support Python 2.x anymore. (thanks mhindery) - Djmail is compatible only with Django >= 2.0. (thanks mhindery)
1.1.0
- Fix minor error with async backend. - Now djmail is compatible with Django 1.11, Django 2 and Python 3.6. - Remove compatibility with python 3.3. - Show email html body in the admin panel (PR 45 thanks to jdruiter).
1.0.1
- Fix some minor PEP8 errors. - Add template names to exception about empty body, to be able to simply update them. - Remove duplication of code in _render_message_body_as_html and _render_message_body_as_text.
1.0.0
- Now Djmail is compatible only with Django >= 1.8. - Use celery >= 4.x and remove djcelery dependency. - Add management command 'djmail_delete_old_messages'. - Fix Issue 36 'Celery backend fails when CELERY_TASK_SERIALIZER not defined'. - Minor style improvements and code reorganization.
Note: Special thanks to mathieuhinderyckx for makeing tjis release posible.
0.13.1
- Fix management command 'djmail_retry_send_messages', now is compatibile with django 1.10.
0.13
- Add compatibility with django 1.10. Thanks to ad-m.