- Add cc, bcc, reply_to fields to MailTemplate model.
- Add more translations.
Changed
- Now MailTemplate use EmailMultiAlternatives class for creating and sending mails.
- MailTemplate body field is added to EmailMultiAlternatives instance as body, and also attached as alternative as "text/html"
0.1.4
Added
- Add Description field to Configuration model.
- Add Description field to MailTemplate model.
- Add Title field to MailTemplate model.
- More elements for translation.
Changed
- Modify string representation of MailTemplate model. Each MailTemplate now is represented by it's title.
0.1.3
Added
- New advanced section in documentation.
Changed
0.1.2
Added
- More elements for translation.
- Add verbose name (and tests) to models so they can be translated.
Changed
- replace_context_variable function follow [documentation example](https://docs.python.org/3/library/stdtypes.htmlstr.format_map) using ``string.format_map`` instead of ``string.format`` and define Default dict type for returning missing key value.
0.1.1
Added
- Migrations files.
- This change log file.
- Spanish locale translation.
Changed
- MailTemplate's body field change type from CharField to TextField.