| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-22 | [1.6.x] Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. Backport of 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 from master | |||
| 2014-02-25 | [1.6.x] Fixed #22071 -- Added a warning regarding override_settings and ↵ | Henk Vos | |
| aliasing. Thanks EvilDMP for the suggestion. Backport of e65c0ccac0 from master | |||
| 2014-01-22 | [1.6.x] Always use parentheses when documenting a method with no arguments. | Baptiste Mispelon | |
| Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master. | |||
| 2014-01-22 | [1.6.x] Don't show `self` in the list of arguments of a method. | Baptiste Mispelon | |
| This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master. | |||
| 2013-12-31 | [1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. Backport of 9953e98e6a from master | |||
| 2013-12-18 | [1.6.x] Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suite | Tianyi Wang | |
| Backport of b62031441b2e1cb1eeb7e1d6f254c553643add96 from master. | |||
| 2013-12-08 | [1.6.x] Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| Backport of 626bdf648 from master. | |||
| 2013-10-22 | [1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt | Tim Graham | |
| Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master | |||
| 2013-10-11 | [1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects ↵ | Tim Graham | |
| fixtures. Thanks slinkp for the suggestion. Backport of dd839a2dfd from master | |||
| 2013-09-07 | [1.6.x] Fixed #21068 -- Added some docs for DiscoverRunner | Tim Graham | |
| Thanks jcd. Backport of e4b012feeb from master | |||
| 2013-09-06 | [1.6.x] Fixed a link in topics/testing/overview.txt | Tim Graham | |
| Backport of 0c295a7718 from master | |||
| 2013-08-22 | [1.6.x] Documentation -- Clarified use of 'view' in test client introduction. | Kevin Christopher Henry | |
| Backport of 2e926b041c from master | |||
| 2013-07-03 | [1.6.x] Fixed #20609 -- Documented how to use request.user with RequestFactory | SusanTan | |
| Thanks michel@ for the suggestion. Backport of 067e0424ce from master. | |||
| 2013-06-27 | Fixed #20590: Documented new test case ordering | Andrew Godwin | |
| 2013-06-12 | Fixed #20579 -- Improved TransactionTestCase.available_apps. | Aymeric Augustin | |
| Also moved its documentation to the 'advanced' section. It doesn't belong to the 'overview'. Same for TransactionTestCase.reset_sequences. When available_apps is set, after a TransactionTestCase, the database is now totally empty. post_syncdb is fired at the beginning of the next TransactionTestCase. Refs #20483. | |||
| 2013-06-10 | Added TransactionTestCase.available_apps. | Aymeric Augustin | |
| This can be used to make Django's test suite significantly faster by reducing the number of models for which content types and permissions must be created and tables must be flushed in each non-transactional test. It's documented for Django contributors and committers but it's branded as a private API to preserve our freedom to change it in the future. Most of the credit goes to Anssi. He got the idea and did the research. Fixed #20483. | |||
| 2013-06-05 | Proofed the 1.6 release notes | Tim Graham | |
| 2013-06-04 | Fixed #18924 -- Made test.Client.logout send user_logged_out signal. | Tim Graham | |
| Thanks awsum for the suggestion and Pavel Ponomarev and Florian Hahn for the patch. | |||
| 2013-05-31 | Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs. | Tim Graham | |
| Thanks czambran. | |||
| 2013-05-27 | Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError | Tim Graham | |
| Thank-you Martin Green for the patch. | |||
| 2013-05-23 | Fixed #20316 - Clarified transaction behavior of TestCase. | Tim Graham | |
| Thanks uberj@ for the report and lolek09 for the patch. | |||
| 2013-05-18 | Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. | Ramiro Morales | |
| Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation. | |||
| 2013-05-15 | Fixed #20165 - Updated testing example to use django.test.TestCase. | Tim Graham | |
| Thanks Lorin Hochstein. | |||
| 2013-05-12 | Updated test failure example. | Ramiro Morales | |
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670. | |||
| 2013-05-07 | Python 2.5 is not relevant to master. | Carl Meyer | |
| 2013-05-06 | Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment. | Tim Graham | |
| Thanks vlad.london.uk@ for the report. | |||
| 2013-05-06 | Fixed #20274 - Added some clarifying section headings in the test docs. | Tim Graham | |
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-03-29 | Fixed #19897 - Updated static files howto. | Tim Graham | |
| Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. | |||
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-03-13 | Fixed #20032 -- Documented how to simulate the absence of a setting | Claude Paroz | |
| Thanks Ram Rachum for the report. | |||
| 2013-03-07 | Fixed #19997 -- Added custom EMPTY_VALUES to form fields | Claude Paroz | |
| Thanks Loic Bistuer for the report and the patch. | |||
| 2013-02-02 | Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ↵ | Julien Phalip | |
| Thanks to pfarmer for the suggestion and initial patch. | |||
| 2013-01-31 | Deprecated undocumented warnings manipulation testing tools. | Ramiro Morales | |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-12-29 | Fixed broken links, round 4. refs #19516 | Tim Graham | |
| 2012-12-28 | Fixed #19498 -- refactored auth documentation | Preston Holmes | |
| The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way. | |||
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-12-24 | Fixed links to DATABASE ENGINE setting. refs #19516 | Tim Graham | |
| 2012-12-21 | Fixed #19497 -- Refactored testing docs. | Ramiro Morales | |
| Thanks Tim Graham for the review and suggestions. | |||
