mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Switch to django-mailgun-redux
This commit is contained in:
parent
2bf111d03a
commit
cb4e1d0d9d
|
@ -2,6 +2,12 @@
|
||||||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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]
|
## [2015-08-27]
|
||||||
### Changed
|
### Changed
|
||||||
- Grunt Updates: use libsass, add postcss (@288)
|
- Grunt Updates: use libsass, add postcss (@288)
|
||||||
|
|
|
@ -17,7 +17,7 @@ Collectfast==0.2.3
|
||||||
|
|
||||||
# Mailgun Support
|
# Mailgun Support
|
||||||
# ---------------
|
# ---------------
|
||||||
django-mailgun==0.2.2
|
django-mailgun-redux==0.3.0
|
||||||
|
|
||||||
{% if cookiecutter.use_sentry == "y" -%}
|
{% if cookiecutter.use_sentry == "y" -%}
|
||||||
# Raven is the Sentry client
|
# Raven is the Sentry client
|
||||||
|
|
Loading…
Reference in New Issue
Block a user