mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
update django-extensions to 1.5.8
This commit is contained in:
parent
ea9dec49d7
commit
8c05e0140b
|
@ -2,6 +2,10 @@
|
||||||
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-05]
|
||||||
|
### Changed
|
||||||
|
- Update version of django-extensions (@luzfcb)
|
||||||
|
|
||||||
## [2015-11-04]
|
## [2015-11-04]
|
||||||
### Changed
|
### Changed
|
||||||
- Update version of Django, cookiecutter, celery, coverage, django-mailgun, django-redis, factory_boy, flake8, pytest and pytz (@luzfcb)
|
- Update version of Django, cookiecutter, celery, coverage, django-mailgun, django-redis, factory_boy, flake8, pytest and pytz (@luzfcb)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==4.0.2
|
coverage==4.0.2
|
||||||
Sphinx
|
Sphinx
|
||||||
django-extensions==1.5.7
|
django-extensions==1.5.8
|
||||||
Werkzeug==0.10.4
|
Werkzeug==0.10.4
|
||||||
django-test-plus==1.0.9
|
django-test-plus==1.0.9
|
||||||
factory_boy==2.6.0
|
factory_boy==2.6.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user