mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
upgrade django-extensions for a bugfix that breaks django 1.9 compatibility
This commit is contained in:
parent
bbbbb25253
commit
ee7f889a9b
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [2016-1-9]
|
||||
### Changed
|
||||
- Upgraded django-exteions to 1.6.1 as it fixes a [JSONField bug](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md#161) (@burhan)
|
||||
- Upgraded Pillow to version 3.1.0 ([upstream changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#310-2016-01-04)) (@burhan)
|
||||
- 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)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
coverage==4.0.3
|
||||
django_coverage_plugin==1.1
|
||||
Sphinx
|
||||
django-extensions==1.5.9
|
||||
django-extensions==1.6.1
|
||||
Werkzeug==0.11.2
|
||||
django-test-plus==1.0.11
|
||||
factory_boy==2.6.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user