mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-27 12:04:03 +03:00
18 lines
522 B
Markdown
18 lines
522 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-17]
|
|
### Fixed
|
|
- Broken user_form.html (@pydanny)
|
|
|
|
## [2015-07-16]
|
|
### Added
|
|
- django-test-plus (@pydanny)
|
|
- option use maildump instead of ConsoleEmailHandler (@burhan)
|
|
- Changelog.md (@pydanny)
|
|
### Fixed
|
|
- where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
|
### Removed
|
|
- unnecessary header block tag and 'user:' prefix. (@pydanny)
|