mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Upgrading test packages
This commit is contained in:
parent
7d1bfef20b
commit
bc9e9c7d22
|
@ -2,6 +2,12 @@
|
||||||
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-08-03]
|
||||||
|
### Added
|
||||||
|
- factory-boy package for improved testing
|
||||||
|
### Changed
|
||||||
|
- update django-test-plus to 1.0.7
|
||||||
|
|
||||||
## [2015-07-30]
|
## [2015-07-30]
|
||||||
### Changed
|
### Changed
|
||||||
- update django-floppyforms version to 1.5.2
|
- update django-floppyforms version to 1.5.2
|
||||||
|
|
|
@ -4,7 +4,8 @@ coverage==3.7.1
|
||||||
Sphinx
|
Sphinx
|
||||||
django-extensions==1.5.5
|
django-extensions==1.5.5
|
||||||
Werkzeug==0.10.4
|
Werkzeug==0.10.4
|
||||||
django-test-plus==1.0.6
|
django-test-plus==1.0.7
|
||||||
|
factory_boy==2.5.2
|
||||||
|
|
||||||
# django-debug-toolbar that works with Django 1.5+
|
# django-debug-toolbar that works with Django 1.5+
|
||||||
django-debug-toolbar==1.3.2
|
django-debug-toolbar==1.3.2
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==4.0a6
|
coverage==4.0a6
|
||||||
flake8==2.4.1
|
flake8==2.4.1
|
||||||
django-test-plus==1.0.6
|
django-test-plus==1.0.7
|
||||||
|
factory_boy==2.5.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user