summaryrefslogtreecommitdiff
path: root/tests/regressiontests/test_client_regress/models.py
AgeCommit message (Expand)Author
2008-08-22Fixed #8136: Added a signal emission when an error is raised handling an erro...Russell Keith-Magee
2008-08-15Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-26Corrected typo.Gary Wilson Jr
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-09-14Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...Malcolm Tredinnick
2007-09-14Fixed tests to match new HTTP redirect behaviour. We always redirect to absol...Malcolm Tredinnick
2007-09-04Added test for unknown non-field error.Gary Wilson Jr
2007-09-03Removed some duplication in the Django `TestCase` methods by introducing a `t...Gary Wilson Jr
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-07-21Added test cases for change [5739].Russell Keith-Magee
2007-07-20Fixed negligible typo in docstring in tests/regressiontests/test_client_regre...Adrian Holovaty
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-06Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-14Fixed some incorrect reporting of error messages in assertRedirects, and adde...Russell Keith-Magee
2007-05-10Improved error reporting for assertions where there are no form errors, or a ...Russell Keith-Magee