cookiecutter-django/CHANGELOG.md
Fabio C. Barrioneuvo da Luz 692ad5fae0 Update changelog.md
2015-07-27 10:01:31 -03:00

1.3 KiB

Change Log

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

[2015-07-27]

Changed

  • update version of ipython, django-allauth (@luzfcb)
  • update version of django-braces, django-floppyforms, django-model-utils (#287)(@burhan)

[2015-07-21]

Changed

  • memcached is as a cache is replace with redis (#258)(@burhan)

[2015-07-18]

Changed

[2015-07-17]

Added

  • @models.permalink decorator to User.get_absolute_url() method

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)