summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
AgeCommit message (Expand)Author
2015-05-05[1.7.x] Refs #21357 -- Added a working session example to the docs.Simon Baechler
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-01[1.7.x] Simplified a versionchanged note for LiveServerTestCase.Tim Graham
2015-01-16[1.7.x] Fixed a typo in the test responses docs.Rick Hutcheson
2014-12-27[1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-11-24[1.7.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-01[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31[1.7.x] Added a warning about direct settings manipulation in tests.Tim Graham
2014-09-24[1.7.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-01[1.7.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-28[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-06-30[1.7.x] Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-04-28[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-16[1.7.x] Fixed spelling errors in documentation.Tim Graham
2014-04-12[1.7.x] Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-05[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed #22071 -- Added a warning regarding override_settings and aliasing.Henk Vos
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-10Allowed a message to be passed to assertQuerysetEqual to make it consistent w...Chris Bailey
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-16Fixed #21740 -- Stopped using mutable default arguments in test clientClaude Paroz
2014-01-09Fixed #12571 -- Attached originating WSGIRequest to test client responses.Unai Zalakain
2013-12-31Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham