Contributors and changelog

This commit is contained in:
Daniel Greenfeld 2015-07-18 14:04:35 -07:00
parent 3e0ef703d3
commit 40a091f432
2 changed files with 11 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Audrey Roy Greenfeld / @audreyr (and creator/maintainer of cookiecutter) *
Burhan Khalid / @burhan
Jannis Gebauer / @got_nil
jayfk / @jayfk
stepmr / @stepmr
* Possesses commit rights

View File

@ -2,6 +2,16 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [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]
### Added
- @models.permalink decorator to User.get_absolute_url() method