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
2010-04-13
Fixed #13332 -- Corrected the cleanup code in the test client to avoid a refc...
Russell Keith-Magee
2010-03-19
Fixed #13152 -- Ensure the test client saves the session before writing the s...
Russell Keith-Magee
2010-02-13
Fixed #12011 -- Modified the test client to preserve the request scheme on a ...
Russell Keith-Magee
2010-01-28
Fixed #12720 -- Corrected handling of cookies in the TestClient. Thanks to Ja...
Russell Keith-Magee
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-26
Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...
Jacob Kaplan-Moss
2009-04-11
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...
Russell Keith-Magee
2009-03-30
Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...
Gary Wilson Jr
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
Fixed #10482 -- Unified access to response.context when inspecting responses ...
Russell Keith-Magee
2009-02-27
Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...
Russell Keith-Magee
2009-02-21
Fixed #8551 -- Added REMOTE_ADDR to the default Test Client environment. Than...
Russell Keith-Magee
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2008-11-16
Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with...
Russell Keith-Magee
2008-11-12
Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...
Russell Keith-Magee
2008-11-12
Fixed #9369 -- Added QUERY_STRING info for PUT and DELETE requests in the tes...
Russell Keith-Magee
2008-11-12
Fixed #8646 -- Modified test client to set a fully WSGI compliant environment...
Russell Keith-Magee
2008-10-07
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
Malcolm Tredinnick
2008-09-17
Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for...
Russell Keith-Magee
2008-08-28
Fixed #8636: Corrected the test client to use the string '80' in the request ...
Russell Keith-Magee
2008-08-15
Fixed #7416: Modified test client to preserve session when a user logs in. Th...
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-21
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
Malcolm Tredinnick
2008-07-19
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout
Malcolm Tredinnick
2008-07-19
First part of setting request.path correctly.
Malcolm Tredinnick
2008-07-07
Fixed #7651: uploading multiple files with the same name now work. Also, in o...
Jacob Kaplan-Moss
2008-07-02
Got rid of a bit of repetition by using `dict.update()`.
Gary Wilson Jr
2008-07-02
Minor style fixes.
Gary Wilson Jr
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-07
Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...
Russell Keith-Magee
2008-06-06
Fixed #7143 -- Modified the test client to better match (most) real browser b...
Russell Keith-Magee
2008-03-20
Fixed #5982 -- Changed test client's URL processing to match core's (everything
Malcolm Tredinnick
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2008-02-03
Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessio...
Malcolm Tredinnick
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
[next]