2015-07-16 17:31:09 +03:00
|
|
|
# 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-19 00:04:35 +03:00
|
|
|
## [2015-07-18]
|
|
|
|
### Changed
|
|
|
|
- Heroku deployment docs (@stepmr)
|
|
|
|
- Heroku's free postgres tier is now "hobby-dev"
|
|
|
|
- pg:backups require a scheduled time
|
|
|
|
- add missing Mailgun API key
|
|
|
|
- Django recommends setting the PYTHONHASHSEED environment variable to random. See: https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options
|
|
|
|
- Use openssl to generate a secure, random secret_key
|
|
|
|
|
|
|
|
|
2015-07-17 13:44:57 +03:00
|
|
|
## [2015-07-17]
|
2015-07-17 18:41:41 +03:00
|
|
|
### Added
|
|
|
|
- @models.permalink decorator to User.get_absolute_url() method
|
2015-07-17 13:48:23 +03:00
|
|
|
### Fixed
|
|
|
|
- Broken user_form.html (@pydanny)
|
2015-07-17 13:44:57 +03:00
|
|
|
|
2015-07-16 17:31:09 +03:00
|
|
|
## [2015-07-16]
|
2015-07-17 13:48:23 +03:00
|
|
|
### Added
|
2015-07-17 13:53:13 +03:00
|
|
|
- django-test-plus (@pydanny)
|
2015-07-17 13:48:23 +03:00
|
|
|
- option use maildump instead of ConsoleEmailHandler (@burhan)
|
2015-07-17 13:53:13 +03:00
|
|
|
- Changelog.md (@pydanny)
|
2015-07-17 13:48:23 +03:00
|
|
|
### Fixed
|
2015-07-17 13:53:13 +03:00
|
|
|
- where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
2015-07-17 13:48:23 +03:00
|
|
|
### Removed
|
2015-07-17 13:53:13 +03:00
|
|
|
- unnecessary header block tag and 'user:' prefix. (@pydanny)
|