diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index c94d387d..b70bfc01 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -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 diff --git a/changelog.md b/changelog.md index 68a0ed5a..88456b40 100644 --- a/changelog.md +++ b/changelog.md @@ -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