All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to Semantic Versioning.
- Handle multiple user variables with X-Mailgun-Variables header (@matkot)
- Backwards compatibility (@sydhenry)
- BCC support (@karabijavad)
- BCC support (@karabijavad)
- Handle multiple user variables with X-Mailgun-Variables header (@matkot)
- 0.9.0: README cleanup and corrections (@danifus)
- 0.8.0: Optional reply_to to support Django 1.8 (@zakdoek)
- 0.7.3: Optional reply_to to support Django 1.8 (@zakdoek)
- 0.7.2: Dictionary iterations to work with both Python 2 and 3. (@rollokb)
- 0.7.2: Added six to dependencies. (@pydanny)
- 0.7.1: Old
build
directory thatsetuptools
hadn't properly cleaned up when I flattened the architecture of this project. This fixes #28. (@pydanny)
- Ability to pass in extra tracking options to mailgun via API (@wsmith)
- Support for
Recipient Variables
(@wsmith) - Version specification in python module (@pydanny)
- 0.5.0: Architecture flattening (@pydanny)
- 0.4.0: Moved more internals to requests library (@ghinch)
- 0.4.0: Flake8 setup and cleanup (@pydanny)
- Moved AUTHORS to CONTRIBUTORS.rst (@pydanny)
- Upgraded to Mailgun API V3 (@omidraha)
- Expanded tests and coverage is now 50% (@pydanny)
- Added configuration test (@pydanny)
- Changelog (@pydanny)
- .travis.yml file with codecov (@pydanny)
- Many new trove classifiers (@pydanny)
- .gitignore (@pydanny)
- .editorconfig (@pydanny)
- CONTRIBUTING.rst stub (@pydanny)
- Fix unicode error in python2 (@ryneeverett)
- Better Python 3 support (@fwiles)
- PEP8 cleanup (@fwiles)
- Switched to using
six.StringIO
(@pydanny)