Commit History

Author SHA1 Message Date
  David Wobrock 99bd5fb4c2 Refs #34074 -- Used headers argument for RequestFactory and Client in docs and tests. 2 years ago
  David Wobrock 67da22f08e Fixed #34074 -- Added headers argument to RequestFactory and Client classes. 2 years ago
  Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates. 2 years ago
  Trey Hunner fad070b07b Improved readability of string interpolation in frequently used examples in docs. 2 years ago
  David Wobrock 0931d5b087 Improved async request factory and client docs. 2 years ago
  Filip Lajszczak 6103059592 Fixed #34054 -- Created a new fixtures topic. 2 years ago
  Gregor Gärtner f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
  Gregor Gärtner 564b317fb5 Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetError(). 2 years ago
  Chris Wedgwood 468d061097 Fixed #33026 -- Mentioned RequestFactory in testing tools docs. 2 years ago
  Alex Morega 838cc0f449 Fixed #33965 -- Improved file-like object example of ImageField in docs. 2 years ago
  Alex Morega de6c9c7054 Refs #30947 -- Changed tuples to lists where appropriate. 2 years ago
  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