cookiecutter-django/changelog.md
2015-07-17 03:44:57 -07:00

516 B

Change Log

All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to Semantic Versioning.

[2015-07-17]

Changed

  • Fixed broken user_form.html (@pydanny)

[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)