Commit History

Author SHA1 Message Date
  Jacob Walls a060a22ee2 Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass(). 2 months ago
  Natalia 05cce083ad Removed versionadded/changed annotations for 5.0. 7 months ago
  Mariusz Felisiak 177e649396 Fixed broken links and redirects in docs. 8 months ago
  Mariusz Felisiak 305757aec1 Applied Black's 2024 stable style. 10 months ago
  evananyonga ec7651586d Made management command examples more consistent in docs. 11 months ago
  Nicolas Lupien 2bf46c3825 Fixed #34658 -- Added SimpleTestCase.assertNotInHTML(). 11 months ago
  Tom Carrick a03593967f Fixed #14611 -- Added query_params argument to RequestFactory and Client classes. 1 year ago
  Chinmoy Chakraborty 1dae65dc63 Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages. 1 year ago
  faishalmanzar f4e72e6523 Fixed #32602 -- Clarified wording of TestCase class. 1 year ago
  Mariusz Felisiak 6ad0dbc8d9 Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed. 1 year ago
  Mariusz Felisiak f72f420f17 Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 1 year ago
  Mariusz Felisiak 69af3bea99 Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecation timeline. 1 year ago
  Mariusz Felisiak c35fd9e275 Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation timeline. 1 year ago
  Mariusz Felisiak 295467c04a Removed versionadded/changed annotations for 4.2. 1 year ago
  Olivier Tabone 3f8dbe267d Fixed #34757 -- Added support for following redirects to AsyncClient. 1 year ago
  Mariusz Felisiak 9942a3e49b Avoided counting exceptions in AsyncClient docs. 1 year ago
  Jon Janzen 5e98959d92 Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 1 year ago
  Mariusz Felisiak 370a021780 Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0. 1 year ago
  Mariusz Felisiak 06881341d4 Refs #30220 -- Bumped required version of Selenium to 3.8.0. 1 year ago
  Tim Graham 2c4dc64760 Used extlinks for PyPI links. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Mariusz Felisiak 9cf2a5df70 Refs #34140 -- Made minor edits to rst code-blocks. 1 year ago
  Joseph Victor Zammit ba755ca131 Refs #34140 -- Corrected rst code-block and various formatting issues in docs. 1 year ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 year ago
  Durval Carvalho 40217d1a82 Fixed #34180 -- Added note about resetting language in test tear-downs. 1 year ago
  Mariusz Felisiak 71d1203b07 Refs #33348 -- Removed support for passing response object and form/formset name to SimpleTestCase.assertFormError()/assertFormSetError(). 1 year ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 1 year ago
  Jarosław Wygoda 32940d390a Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2 years ago
  Jarosław Wygoda 1ec3f0961f Fixed #26029 -- Allowed configuring custom file storage backends. 1 year ago
  David Wobrock 99bd5fb4c2 Refs #34074 -- Used headers argument for RequestFactory and Client in docs and tests. 1 year ago