summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2009-12-14[soc2009/multidb] Merged up to trunk r11864.Alex Gaynor
2009-12-13[soc2009/multidb] Merged up to trunk r11858.Alex Gaynor
2009-11-23[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...Alex Gaynor
2009-11-23[soc2009/multidb] Updated testing services to handle multiple databases bette...Alex Gaynor
2009-11-21[soc2009/multidb] Merged up to trunk r11756.Alex Gaynor
2009-08-09[soc2009/multidb] Change a conditional to be more idiomatic.Alex Gaynor
2009-06-03[soc2009/multidb] Bring this branch up to date with my external work. This m...Alex Gaynor
2009-06-03[soc2009/multidb] Updated the test runner to support syncing all the database...Alex Gaynor
2009-06-03[soc2009/multidb] Purged all remaining references to DATABASE_* settings and ...Alex Gaynor
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-04-22Fixed #10831 -- Prevented code running under a to-be-rolled-back test from ca...Karen Tracey
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-31Fixed #10676 -- Make transaction nop routine used during testing accept any a...Karen Tracey
2009-03-30Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...Gary Wilson Jr
2009-03-20Python 2.3 fix: assertTrue *still* doesn't exist in Python 2.3Malcolm Tredinnick
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-02-28Fixed #10165 -- Use settings.TEST_RUNNER in runtests.pyMalcolm Tredinnick
2009-02-27Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee
2009-02-22Fixed #9031 -- Clarified the error message when the label used to run a speci...Russell Keith-Magee
2009-02-21Fixed #8551 -- Added REMOTE_ADDR to the default Test Client environment. Than...Russell Keith-Magee
2009-01-17Added code to make TestSuites iterable when running on Python 2.3. (r9756 ad...Karen Tracey
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2008-11-16Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with...Russell Keith-Magee
2008-11-12Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...Russell Keith-Magee
2008-11-12Fixed #9369 -- Added QUERY_STRING info for PUT and DELETE requests in the tes...Russell Keith-Magee
2008-11-12Fixed #8646 -- Modified test client to set a fully WSGI compliant environment...Russell Keith-Magee
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-09-17Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for...Russell Keith-Magee
2008-08-28Fixed #8636: Corrected the test client to use the string '80' in the request ...Russell Keith-Magee
2008-08-15Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-20Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...Russell Keith-Magee
2008-07-19Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'boutMalcolm Tredinnick
2008-07-19First part of setting request.path correctly.Malcolm Tredinnick
2008-07-19Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...Russell Keith-Magee
2008-07-18Removed the mysql_old backend. It smells bad and has no friends.Malcolm Tredinnick
2008-07-17Fixed #7751 -- Added check to allow for the fact that autocommit can be a pro...Russell Keith-Magee
2008-07-07Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss
2008-07-02Got rid of a bit of repetition by using `dict.update()`.Gary Wilson Jr
2008-07-02Minor style fixes.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-06-06Fixed #7143 -- Modified the test client to better match (most) real browser b...Russell Keith-Magee