| Age | Commit message (Expand) | Author |
| 2010-06-07 | [soc2010/query-refactor] Merged up to trunk r13328. | Alex Gaynor |
| 2010-05-09 | Fixed #12412 -- Clarified the documentation around file handling by the test ... | Russell Keith-Magee |
| 2010-05-06 | Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for ... | Russell Keith-Magee |
| 2010-02-22 | Fixed #12932 -- Added an extra argument to suite_result() in the test runner,... | Russell Keith-Magee |
| 2010-02-01 | Fixed #6364 -- Added the ability to run individual doctests. | Russell Keith-Magee |
| 2010-01-25 | Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave... | Russell Keith-Magee |
| 2010-01-22 | Fixed #10314 -- Added a message prefix argument to Django's test assertions. ... | Russell Keith-Magee |
| 2010-01-19 | Fixed #12640 -- Corrected a regression in test suite construction order intro... | Russell Keith-Magee |
| 2010-01-18 | Fixed #12638 -- Minor documentation cleanups around the new class-based test ... | Russell Keith-Magee |
| 2010-01-18 | Updated the docs around test runners to encourage the use of **kwargs in the ... | Russell Keith-Magee |
| 2010-01-18 | Fixed #12624 -- Modified test runners to be class based. | Russell Keith-Magee |
| 2009-12-31 | Typo fix for doc added in r12034. Thanks Alex Gaynor. | Karen Tracey |
| 2009-12-31 | Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th... | Karen Tracey |
| 2009-12-26 | Fixed several broken and redirecting URLs in the documentation (fixes #12219,... | Gary Wilson Jr |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-11-12 | Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu... | Russell Keith-Magee |
| 2009-11-03 | Fixed #10355 -- Added an API for pluggable e-mail backends. | Russell Keith-Magee |
| 2009-09-30 | Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to timo for t... | James Bennett |
| 2009-07-16 | Fixed #10908 -- Clarified the procedure for creating test users in the testin... | Russell Keith-Magee |
| 2009-07-03 | Fixed #9607 -- Added documentation for the ``extra`` argument in test client ... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* methods... | Russell Keith-Magee |
| 2009-05-27 | Fixed #11215 -- Replaced erroneous catch with except in testing doc. | Karen Tracey |
| 2009-05-17 | Fixed #10971 -- Corrected code example involving redirect_chain in the testin... | Karen Tracey |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-18 | Fixed #10482 -- Unified access to response.context when inspecting responses ... | Russell Keith-Magee |
| 2009-03-09 | Changed a few versionadded doc directives from "development" to "1.1". | Malcolm Tredinnick |
| 2009-03-08 | Fixed #10433: Corrected typo in test doc. Thanks Matt Doran. | Karen Tracey |
| 2009-02-27 | Fixed #4476 -- Added a ``follow`` option to the test client request methods. ... | Russell Keith-Magee |
| 2009-01-16 | Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab... | Karen Tracey |
| 2008-11-15 | Fixed #9477 -- Removed and edited a bunch of references to "development | Malcolm Tredinnick |
| 2008-11-14 | Fixed #9594 -- Typo fix in the testing example. | Malcolm Tredinnick |
| 2008-11-12 | Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ... | Russell Keith-Magee |
| 2008-11-02 | Fixed #9499: Corrected self-reference in test client put method doc. Thanks ... | Karen Tracey |
| 2008-10-07 | Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE | Malcolm Tredinnick |
| 2008-10-05 | Fixed a typo and clarified how django.core.mail.outbox works in the testing f... | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks ... | Russell Keith-Magee |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-26 | A few fixes for the testing documentation: | Gary Wilson Jr |
| 2008-08-24 | Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ... | Russell Keith-Magee |
| 2008-08-24 | Corrected some formatting in the testing docs. | Russell Keith-Magee |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |