mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 18:14:01 +03:00
11 lines
446 B
Markdown
11 lines
446 B
Markdown
# Change Log
|
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [2015-07-16]
|
|
### Changed
|
|
- Added django-test-plus (@pydanny)
|
|
- 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)
|