mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
update CHANGELOG.md
This commit is contained in:
parent
db186d9e9a
commit
baaa94926e
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,10 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [2015-09-13]
|
||||
### Changed
|
||||
- Fix issue #296 - change login.html to use [get_providers](https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/templatetags/socialaccount.py#L84-L93) templatetag because ``allauth.socialaccount`` context processor now is [deprecated](http://django-allauth.readthedocs.org/en/latest/changelog.html#from-0-21-0) (@luzfcb)
|
||||
|
||||
## [2015-09-09]
|
||||
### Added
|
||||
- post_gen_hook to generate a secret key for use in locals.py. You should define your own for production (@pydanny)
|
||||
|
@ -22,11 +26,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
### Removed
|
||||
- Dokku in favor of docker-compose and other modern Django tools (@pydanny)
|
||||
|
||||
## [2015-08-30]
|
||||
### Changed
|
||||
- Fix issue #296 - change login.html to use [get_providers](https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/templatetags/socialaccount.py#L84-L93) templatetag because ``allauth.socialaccount`` context processor now is [deprecated](http://django-allauth.readthedocs.org/en/latest/changelog.html#from-0-21-0) (@luzfcb)
|
||||
|
||||
|
||||
## [2015-08-30]
|
||||
### Changed
|
||||
- Moved from Bootstrap 3 to Bootstrap 4 (@audreyr)
|
||||
|
@ -37,7 +36,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Update AngularJS version to 1.4.4 (@luzfcb)
|
||||
- Update the usage example on README (@luzfcb)
|
||||
|
||||
|
||||
## [2015-08-28]
|
||||
### Changed
|
||||
- Switched to django-mailgun-redux so mail doesn't blow up on Python 3 (@pydanny)
|
||||
|
|
Loading…
Reference in New Issue
Block a user