summaryrefslogtreecommitdiff
path: root/docs/topics/testing.txt
AgeCommit message (Expand)Author
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-10-09[soc2009/multidb] Updated to trunk r11603. This includes a critical security...Alex Gaynor
2009-07-16[soc2009/multidb] Merged up to trunk r11251.Alex Gaynor
2009-07-09[soc2009/multidb] Merged up to trunk r11205Alex Gaynor
2009-06-19[soc2009/multidb] Updated testing documentation for the new settings, also up...Alex Gaynor
2009-06-18[soc2009/multidb] Merged up to trunk r11068Alex Gaynor
2009-06-03[soc2009/multidb] Implemented a connections object that is responsible for tr...Alex Gaynor
2009-05-27Fixed #11215 -- Replaced erroneous catch with except in testing doc. Karen Tracey
2009-05-17Fixed #10971 -- Corrected code example involving redirect_chain in the testin...Karen Tracey
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-03-09Changed a few versionadded doc directives from "development" to "1.1".Malcolm Tredinnick
2009-03-08Fixed #10433: Corrected typo in test doc. Thanks Matt Doran.Karen Tracey
2009-02-27Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2008-11-15Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-11-14Fixed #9594 -- Typo fix in the testing example.Malcolm Tredinnick
2008-11-12Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...Russell Keith-Magee
2008-11-02Fixed #9499: Corrected self-reference in test client put method doc. Thanks ...Karen Tracey
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-05Fixed a typo and clarified how django.core.mail.outbox works in the testing f...Malcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-28Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks ...Russell Keith-Magee
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-26A few fixes for the testing documentation:Gary Wilson Jr
2008-08-24Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ...Russell Keith-Magee
2008-08-24Corrected some formatting in the testing docs.Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss