| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-08-02 | Removed two-year-old note about testing framework being under development. | Gary Wilson Jr |
| 2008-07-26 | Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report. | Russell Keith-Magee |
| 2008-07-21 | Refs #7864 -- Corrected more instances of "newforms" in the docs. | Gary Wilson Jr |
| 2008-07-13 | Fixed #7737 -- Corrected a comment in the testing docs to be PEP257 compliant... | Russell Keith-Magee |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | Russell Keith-Magee |
| 2008-06-30 | Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks... | Russell Keith-Magee |
| 2008-03-27 | Tiny reST fix to testing.txt. | Jacob Kaplan-Moss |
| 2007-12-19 | Edited docs/testing.txt changes from [6929] | Adrian Holovaty |
| 2007-12-17 | Split up the documentation of the test database and the test output. | Malcolm Tredinnick |
| 2007-10-30 | Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thoma... | Gary Wilson Jr |
| 2007-09-15 | Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum | Adrian Holovaty |
| 2007-09-14 | Fixed #4360 -- Corrected where HTTP headers are in the test response. Also no... | Malcolm Tredinnick |
| 2007-09-03 | Fixed #4988 -- In the test client, Added tracking of the client and request t... | Russell Keith-Magee |
| 2007-08-31 | Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks... | Russell Keith-Magee |
| 2007-08-21 | Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelm | Adrian Holovaty |
| 2007-08-17 | Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <... | Russell Keith-Magee |
| 2007-08-16 | Changed django.test.utils.create_test_db to return the name of the test datab... | Adrian Holovaty |
| 2007-08-16 | Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley | Adrian Holovaty |
| 2007-08-15 | Fixed some ReST errors in docs/testing.txt | Adrian Holovaty |
| 2007-08-15 | Removed stray tabs mistakenly added to docs/testing.txt in [5889] | Adrian Holovaty |
| 2007-08-15 | *Finally* edited docs/testing.txt | Adrian Holovaty |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-28 | Fixed #4995 -- Fixed some problems in documentation ReST formatting. Thanks, ... | Russell Keith-Magee |
| 2007-07-28 | Fixed #4460 -- Added the ability to be more specific in the test cases that a... | Russell Keith-Magee |
| 2007-07-23 | Added documentation for a test runner argument that has always been present, ... | Russell Keith-Magee |
| 2007-07-23 | Fixed #3771 -- Modified the test runner to observe the --noinput argument con... | Russell Keith-Magee |
| 2007-07-20 | Fixed #4901 -- Modified assertContains to provide a default check of 'any ins... | Russell Keith-Magee |
| 2007-07-20 | Refs #3782 -- Added documentation note that suite() handling is only in devel... | Russell Keith-Magee |
| 2007-07-20 | Fixed #3782 -- Added support for the suite() method recommended by the Python... | Russell Keith-Magee |
| 2007-07-15 | Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer. | Gary Wilson Jr |
| 2007-07-01 | Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. | Adrian Holovaty |
| 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 |