| Age | Commit message (Expand) | Author |
| 2007-06-01 | Small rewording of docs/testing.txt changes from [5380] | Adrian Holovaty |
| 2007-05-31 | Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayley | Adrian Holovaty |
| 2007-05-29 | Fixed #4420 -- Fixed broken link in docs/testing.txt | Adrian Holovaty |
| 2007-05-29 | Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev. | Malcolm Tredinnick |
| 2007-05-14 | Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, MichaĆ Kwiatkowski | Adrian Holovaty |
| 2007-05-12 | Changed 'email' to 'e-mail' in docs/testing.txt, to fit our consistent style | Adrian Holovaty |
| 2007-05-10 | Added configurable arguments to assertRedirects and assertContains to allow f... | Russell Keith-Magee |
| 2007-05-08 | Added redirection for email services during test conditions. | Russell Keith-Magee |
| 2007-05-08 | Removed a bunch of trailing whitespace. Don't people realise whitespace is a | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3936 -- Mentioned that the DATABASE_USER in the test settings file needs | Malcolm Tredinnick |
| 2007-05-07 | Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d... | Russell Keith-Magee |
| 2007-05-06 | Finally began proofreading docs/testing.txt. Did the intro for now; more to come | Adrian Holovaty |
| 2007-05-05 | Backwards incompatible change: Changed the way test.Client.login operates. Ol... | Russell Keith-Magee |
| 2007-05-05 | Added a default test Client to TestCase, and added some assertions for some c... | Russell Keith-Magee |
| 2007-04-20 | Changed all URL references for django_admin/ to the canonical name of | Malcolm Tredinnick |
| 2007-03-29 | Fixed #3253 -- Included test errors in the return code. | Russell Keith-Magee |
| 2007-03-29 | Fixed #3855 -- Fixed typo in testing docs. Thanks for the report adamduren@gm... | Russell Keith-Magee |
| 2007-03-23 | Remove notes about things added/removed in development version, since the dev... | James Bennett |
| 2007-03-23 | Clarified documentation on submission of multiple selections using test client. | Russell Keith-Magee |
| 2007-03-02 | Fixed typo. | Malcolm Tredinnick |
| 2007-03-02 | Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan. | Malcolm Tredinnick |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-02-26 | Fixed #3253 -- Exposed the number of failed tests as a return code in manage.... | Russell Keith-Magee |
| 2007-02-17 | Fixed #3160 -- Added the ability to control the content type in a test client... | Russell Keith-Magee |
| 2007-02-14 | Fixed ReST error in docs/testing.txt | Adrian Holovaty |
| 2007-02-11 | Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by... | Russell Keith-Magee |
| 2007-02-09 | Added a ``session`` attribute to the test Client, to make it easier to test i... | Russell Keith-Magee |
| 2007-01-20 | Fixed #3321 -- Fixed typo in docs/testing.txt (which still needs to be proofr... | Adrian Holovaty |
| 2007-01-19 | Fixed #3317 -- Fixed typos in docs/testing.txt. Thanks for the patch, Marc Fa... | Adrian Holovaty |
| 2007-01-10 | Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy. | Jacob Kaplan-Moss |
| 2006-12-01 | Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon. | Russell Keith-Magee |
| 2006-11-10 | Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian Kleineidam | Adrian Holovaty |
| 2006-09-29 | Fixed #2845 -- Corrected a few spelling errors in the docs and changed a | Malcolm Tredinnick |
| 2006-09-08 | Clarified some minor issues in test system documentation. | Russell Keith-Magee |
| 2006-09-04 | Refs #2333 - Made minor formatting modifications to test framework documentat... | Russell Keith-Magee |
| 2006-09-04 | Refs #2333 - Made minor tweaks to the formatting of testing documentation. | Russell Keith-Magee |
| 2006-09-03 | Refs #2333 - Added documentation for the test Client, and removed a stray imp... | Russell Keith-Magee |
| 2006-09-01 | Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ... | Russell Keith-Magee |
| 2006-08-31 | Refs #2333 - Added more documentation for testing framework, and clarified so... | Russell Keith-Magee |
| 2006-08-29 | Added a rough cut of a document on using the new testing framework. | Jacob Kaplan-Moss |