summaryrefslogtreecommitdiff
path: root/docs/topics/testing
AgeCommit message (Expand)Author
2013-10-22[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
2013-10-11[1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects f...Tim Graham
2013-09-07[1.6.x] Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-06[1.6.x] Fixed a link in topics/testing/overview.txtTim Graham
2013-08-22[1.6.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-07-03[1.6.x] Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-05-31Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.Tim Graham
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-23Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-15Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
2013-05-12Updated test failure example.Ramiro Morales
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-07Python 2.5 is not relevant to master.Carl Meyer
2013-05-06Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham
2013-05-06Fixed #20274 - Added some clarifying section headings in the test docs.Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-22Added missing markup to docs.Tim Graham
2013-03-13Fixed #20032 -- Documented how to simulate the absence of a settingClaude Paroz
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales