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
/
regressiontests
/
test_client_regress
Age
Commit message (
Expand
)
Author
2010-02-14
Fixed a couple Python 2.4 incompatibilities.
Jacob Kaplan-Moss
2010-01-22
Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo...
Russell Keith-Magee
2010-01-22
Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...
Russell Keith-Magee
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
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-04-07
Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...
Russell Keith-Magee
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-30
Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...
Gary Wilson Jr
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
2008-11-12
Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...
Russell Keith-Magee
2008-10-07
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
Malcolm Tredinnick
2008-08-22
Fixed #8136: Added a signal emission when an error is raised handling an erro...
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-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-26
Corrected typo.
Gary Wilson Jr
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-30
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...
Russell Keith-Magee
2008-06-07
Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...
Russell Keith-Magee
2008-06-06
Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...
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
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-09-14
Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...
Malcolm Tredinnick
2007-09-14
Fixed tests to match new HTTP redirect behaviour. We always redirect to absol...
Malcolm Tredinnick
2007-09-04
Added test for unknown non-field error.
Gary Wilson Jr
2007-09-03
Fixed #5330 -- Added a fixture file that was missing from [6039].
Russell Keith-Magee
2007-09-03
Removed some duplication in the Django `TestCase` methods by introducing a `t...
Gary Wilson Jr
2007-09-03
Fixed #4988 -- In the test client, Added tracking of the client and request t...
Russell Keith-Magee
2007-08-31
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...
Russell Keith-Magee
2007-07-21
Added test cases for change [5739].
Russell Keith-Magee
2007-07-20
Fixed negligible typo in docstring in tests/regressiontests/test_client_regre...
Adrian Holovaty
2007-07-20
Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...
Russell Keith-Magee
2007-07-06
Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-14
Fixed some incorrect reporting of error messages in assertRedirects, and adde...
Russell Keith-Magee
2007-05-10
Improved error reporting for assertions where there are no form errors, or a ...
Russell Keith-Magee
[prev]