| Age | Commit message (Expand) | Author |
| 2008-04-01 | queryset-refactor: Merged from trunk up to [7388]. | Malcolm Tredinnick |
| 2007-12-19 | queryset-refactor: Merged from trunk up to [6953]. | Malcolm Tredinnick |
| 2007-11-03 | queryset-refactor: Merged from trunk up to [6635]. | Malcolm Tredinnick |
| 2007-09-15 | queryset-refactor: Merged to [6300] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6155] | Adrian Holovaty |
| 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 |
| 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 |