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
/
django
/
test
/
client.py
Age
Commit message (
Expand
)
Author
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-09-15
Cleaned up a couple of mistakes (a handful of bugs in the test client) that I...
Jacob Kaplan-Moss
2007-09-15
Fixed #2066: session data can now be stored in the cache or on the filesystem...
Jacob Kaplan-Moss
2007-09-14
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...
Jacob Kaplan-Moss
2007-09-03
Fixed #4988 -- In the test client, Added tracking of the client and request t...
Russell Keith-Magee
2007-08-28
Fixed #4457 -- Corrected the handling of exceptions in the test client when t...
Russell Keith-Magee
2007-08-17
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...
Russell Keith-Magee
2007-07-21
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...
Russell Keith-Magee
2007-07-14
Negligible capitalization fix in test/client.py docstring
Adrian Holovaty
2007-07-12
Fixed #4526 -- Modified the test Client login method to fail when a user is i...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-11
Fixed a bug in the way file uploads were constructed. The new behaviour
Malcolm Tredinnick
2007-05-05
Backwards incompatible change: Changed the way test.Client.login operates. Ol...
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-18
Fixed #3210 -- Modified test Client.login() to use urlparse, allowing absolut...
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
2006-09-28
Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...
Adrian Holovaty
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
2006-08-27
Refs #2333 - Added test framework. This includes doctest and unittest finders...
Russell Keith-Magee