mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-10 16:12:29 +03:00
Add testplus
This commit is contained in:
parent
e6108be942
commit
52876da0e2
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [2015-07-16]
|
## [2015-07-16]
|
||||||
### Changed
|
### Changed
|
||||||
|
- Added django-test-plus (@pydanny)
|
||||||
- Removed unnecessary header block tag and 'user:' prefix. (@pydanny)
|
- Removed unnecessary header block tag and 'user:' prefix. (@pydanny)
|
||||||
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
|
- Added option use maildump instead of ConsoleEmailHandler (@burhan)
|
||||||
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
- Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
||||||
|
|
|
@ -4,6 +4,7 @@ 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-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,3 +2,4 @@
|
||||||
-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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user