diff --git a/CHANGELOG.md b/CHANGELOG.md index f92c458d..8716369a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [2015-08-28] +### Changed +- Switched to django-mailgun-redux so mail doesn't blow up on Python 3 (@pydanny) + + ## [2015-08-27] ### Changed - Grunt Updates: use libsass, add postcss (@288) diff --git a/{{cookiecutter.repo_name}}/requirements/production.txt b/{{cookiecutter.repo_name}}/requirements/production.txt index 73d66d19..9910b5e9 100644 --- a/{{cookiecutter.repo_name}}/requirements/production.txt +++ b/{{cookiecutter.repo_name}}/requirements/production.txt @@ -17,7 +17,7 @@ Collectfast==0.2.3 # Mailgun Support # --------------- -django-mailgun==0.2.2 +django-mailgun-redux==0.3.0 {% if cookiecutter.use_sentry == "y" -%} # Raven is the Sentry client