Add testplus

This commit is contained in:
Daniel Greenfeld 2015-07-16 15:35:16 -07:00
parent e6108be942
commit 52876da0e2
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-07-16]
### Changed
- Added django-test-plus (@pydanny)
- Removed unnecessary header block tag and 'user:' prefix. (@pydanny)
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)

View File

@ -4,6 +4,7 @@ coverage==3.7.1
Sphinx
django-extensions==1.5.5
Werkzeug==0.10.4
django-test-plus==1.0.6
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.3.2

View File

@ -2,3 +2,4 @@
-r base.txt
coverage==4.0a6
flake8==2.4.1
django-test-plus==1.0.6