mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Changelog update
This commit is contained in:
parent
7d74ef4875
commit
01d756d57d
|
@ -2,13 +2,17 @@
|
||||||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [2015-11-7]
|
## [2015-11-08]
|
||||||
|
### Changed
|
||||||
|
- bump django-extensions version (@garrypolley)
|
||||||
|
|
||||||
|
## [2015-11-07]
|
||||||
### Added
|
### Added
|
||||||
- newrelic support (@amjith)
|
- newrelic support (@amjith)
|
||||||
- DJANGO_SENTRY_DSN to env.example (@jayfk)
|
- DJANGO_SENTRY_DSN to env.example (@jayfk)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Made `post_gen_hook.set_secret_key()` only changes one CHANGEME!!! at a time.
|
- Made `post_gen_hook.set_secret_key()` only changes one CHANGEME!!! at a time. (@pydanny)
|
||||||
- Fixed an error where celery couldn't load the sentry DSN from settings (@jayfk)
|
- Fixed an error where celery couldn't load the sentry DSN from settings (@jayfk)
|
||||||
- Renamed ADMIN_URL to DJANGO_ADMIN_URL in env.example (@ChrisPappalardo)
|
- Renamed ADMIN_URL to DJANGO_ADMIN_URL in env.example (@ChrisPappalardo)
|
||||||
|
|
||||||
|
|
|
@ -61,6 +61,7 @@ Code Contributors
|
||||||
* Mathijs Hoogland / @MathijsHoogland
|
* Mathijs Hoogland / @MathijsHoogland
|
||||||
* Chris Pappalardo / @ChrisPappalardo
|
* Chris Pappalardo / @ChrisPappalardo
|
||||||
* Amjith Ramanujam / @amjith
|
* Amjith Ramanujam / @amjith
|
||||||
|
* Garry Polley / @garrypolley
|
||||||
|
|
||||||
\* Possesses commit rights
|
\* Possesses commit rights
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user