upgrade django to 1.9.1

This commit is contained in:
Burhan Khalid 2016-01-09 20:05:23 +03:00
parent 7794121406
commit d9bbb613c5
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2016-1-9] ## [2016-1-9]
### Changed ### Changed
- Upgraded django to 1.9.1 to integrate various [bugfixes](https://docs.djangoproject.com/en/1.9/releases/1.9.1/) (@burhan)
- Upgraded django-crispy-forms to 1.6 for [BS4 and django 1.9 compatibility fixes](https://github.com/maraujop/django-crispy-forms/blob/dev/CHANGELOG.md#160-201617) (@burhan) - Upgraded django-crispy-forms to 1.6 for [BS4 and django 1.9 compatibility fixes](https://github.com/maraujop/django-crispy-forms/blob/dev/CHANGELOG.md#160-201617) (@burhan)
- Upgraded django-model-utils to 2.4, to enable [support for django 1.9](https://github.com/carljm/django-model-utils/blob/master/CHANGES.rst#24-2015-12-03) (@burhan) - Upgraded django-model-utils to 2.4, to enable [support for django 1.9](https://github.com/carljm/django-model-utils/blob/master/CHANGES.rst#24-2015-12-03) (@burhan)

View File

@ -1,5 +1,5 @@
# Bleeding edge Django # Bleeding edge Django
django==1.9.0 django==1.9.1
# Configuration # Configuration
django-environ==0.4.0 django-environ==0.4.0