diff --git a/changelog.md b/changelog.md index 5af4e6a2..ebd5eac8 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/{{cookiecutter.repo_name}}/requirements/local.txt b/{{cookiecutter.repo_name}}/requirements/local.txt index 342b5099..9d50fa5e 100644 --- a/{{cookiecutter.repo_name}}/requirements/local.txt +++ b/{{cookiecutter.repo_name}}/requirements/local.txt @@ -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 diff --git a/{{cookiecutter.repo_name}}/requirements/test.txt b/{{cookiecutter.repo_name}}/requirements/test.txt index a394aaf2..c54dcb30 100644 --- a/{{cookiecutter.repo_name}}/requirements/test.txt +++ b/{{cookiecutter.repo_name}}/requirements/test.txt @@ -2,3 +2,4 @@ -r base.txt coverage==4.0a6 flake8==2.4.1 +django-test-plus==1.0.6