- Added helper methods for more HTTP methods like put, patch, and trace - Added assertResponseContains and assertResponseNotContains
1.0.14
- Fixed documentation typo - Added response_400() test - Added Guinslym and David Arcos to AUTHORS.txt
1.0.13
- Added response_401() test - Fixed situation where User models without a 'username' field could not be used as easily. Now credential field is automatically determined. - Fixed assertLoginRequired when settings.LOGIN_URL is a named URL pattern - Removed support for Django 1.4.x as it is well beyond it's end of life and causes a headache for supporting newer releases
1.0.12
- Fixed incorrect documentation - Added response_405 and response_410 test methods