index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
test_client
/
views.py
Age
Commit message (
Expand
)
Author
2010-02-13
Fixed #12011 -- Modified the test client to preserve the request scheme on a ...
Russell Keith-Magee
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-12
Fixed #7583 -- Corrected the testing docs that referred to the defunct header...
Russell Keith-Magee
2007-11-07
Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B...
Luke Plant
2007-09-14
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...
Adrian Holovaty
2007-09-04
Removed trailing whitespace.
Gary Wilson Jr
2007-09-04
Removed import that snuck into [6044].
Gary Wilson Jr
2007-09-04
Cleaned up some imports.
Gary Wilson Jr
2007-08-31
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...
Russell Keith-Magee
2007-07-21
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-10
Improved error reporting for assertions where there are no form errors, or a ...
Russell Keith-Magee
2007-05-10
Added configurable arguments to assertRedirects and assertContains to allow f...
Russell Keith-Magee
2007-05-08
Added redirection for email services during test conditions.
Russell Keith-Magee
2007-05-07
Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...
Russell Keith-Magee
2007-03-22
Fixes #3212 -- Added code to test client to allow posting of multi-form value...
Russell Keith-Magee
2007-02-17
Fixed #3160 -- Added the ability to control the content type in a test client...
Russell Keith-Magee
2007-02-11
Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...
Russell Keith-Magee
2007-02-09
Added a ``session`` attribute to the test Client, to make it easier to test i...
Russell Keith-Magee
2007-01-29
Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ...
Jacob Kaplan-Moss
2006-09-02
Refs #2333 - Added model test for the test Client.
Russell Keith-Magee