mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-22 11:01:53 +00:00
410 B
410 B
Change Log
All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to Semantic Versioning.
[2015-07-16]
Changed
- Removed unnecessary header block tag and 'user:' prefix. (@pydanny)
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)