Releases: peopledoc/django-mail-factory
Releases · peopledoc/django-mail-factory
0.24
- Release 0.24 (#99) @robincherbonnier
- add version to setup.cfg (#98) @robincherbonnier
Kudos:
0.23
- Release 0.23 (#97) @robincherbonnier
- Update release-drafter.yml (#95) @ewjoachim
- Django3 compatibility (#94) @robincherbonnier
- Create CODEOWNERS (#93) @ewjoachim
Kudos:
0.12
0.4
- only display the email preview link to the html alternative if it exist
- full test coverage (100%)
- refactor/rewrite (cleanup, no more meta-programming)
- merged email previewing in MailForm
- now uses tox, added py33 to travis
- ported to python3
- fixed error with mail_admin (was "working" with django<1.5)
0.3
- Added email previewing (with fake data): https://django-mail-factory.readthedocs.org/en/latest/interface.html#previewing-your-email
- Added
factory.get_mail_object
- Renamed
factory.get_mail_object
toget_mail_class
- Added
get_text_for
andget_subject_for
to the factory - Some refactoring