summaryrefslogtreecommitdiff
path: root/tests/regressiontests/test_client_regress/views.py
AgeCommit message (Expand)Author
2009-04-11Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...Russell Keith-Magee
2009-04-07Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...Russell Keith-Magee
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-02-27Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee
2008-11-12Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...Russell Keith-Magee
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-08-15Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Fixed #7143 -- Modified the test client to better match (most) real browser b...Russell Keith-Magee
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-10Improved error reporting for assertions where there are no form errors, or a ...Russell Keith-Magee