Commit History

Author SHA1 Message Date
  Daniel Hahler 6f49b7b69b Refs #18707 -- Corrected django.test.Client signature in docs. 2 years ago
  rharri 6654289f5b Fixed typo in docs/topics/testing/tools.txt. 2 years ago
  Christopher Adams 90d2f9f416 Fixed #33422 -- Improved docs about isolating apps. 2 years ago
  Tim Graham 61badf1d58 Fixed #33757 -- Clarified Client.post() file upload example. 2 years ago
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 years ago
  Baptiste Mispelon 50e1e7ef8e Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset. 3 years ago
  Carlton Gibson d15a10afb5 Adjusted CBV resolver_match example in testing tools docs. 3 years ago
  Mariusz Felisiak 178109c173 Corrected signatures of some functions in docs. 3 years ago
  Mariusz Felisiak ad6bb20557 Avoided counting attributes and methods in docs. 3 years ago
  Baptiste Mispelon 528691d1b6 Fixed #33301 -- Clarified the type of arguments required by custom assertions. 3 years ago
  Carlton Gibson 2ccc0b22db Fixed #33211 -- Updated tests for Selenium 4.0.0. 3 years ago
  David Smith 69b0736fad Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. 3 years ago
  Mariusz Felisiak 1d16dbc745 Fixed broken links and redirects in docs. 3 years ago
  Mariusz Felisiak e2be307b3a Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when compared to string values. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  Eugene Morozov d89f976bdd Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks recursively. 3 years ago
  Lauri Tirkkonen 4b6208ffdd Updated BaseDatabaseFeatures link in testing tools docs. 3 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  David Smith 1cba320786 Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments. 3 years ago
  Nick Pope c156e36955 Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 3 years ago
  John 509d266c6a Added missing mode="rb" argument to open() call in Client.post() example in docs. 3 years ago
  Baptiste Mispelon 41e6b2a3c5 Fixed #32556 -- Fixed handling empty string as non-boolean attributes value by assertHTMLEqual(). 3 years ago
  Hasan Ramezani ceb4b9ee68 Fixed #32547 -- Corrected notes about validation in HTML assertions docs. 3 years ago
  Jacob Walls 286fb73b69 Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs. 4 years ago
  Jacob Walls 0c7e880e13 Fixed typos in assertQuerysetEqual() docs and 1.6 release notes. 4 years ago
  David Smith e412b28845 Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt. 4 years ago
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 4 years ago
  Carlton Gibson ebb08d1942 Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers. 4 years ago
  Jacob Walls 4e4db426c5 Fixed typo in docs/topics/testing/tools.txt. 4 years ago