Upgrading test packages

This commit is contained in:
Daniel Greenfeld 2015-08-03 21:00:42 -07:00
parent 7d1bfef20b
commit bc9e9c7d22
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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