Commit History

Author SHA1 Message Date
  Benjamin Wohlwend 2b9eed41fa Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 1392aff440 Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline. 9 years ago
  Aymeric Augustin 326bc0955b Allowed a port range for the liveserver by default. 10 years ago
  Markus Holtermann f33607ce0b Fixed style issues in testing docs 9 years ago
  Anton Strogonoff 20787b5c29 Used consistent capitalization and hyphenation of "class-based views" in docs. 9 years ago
  Claude Paroz 64982cc2fb Updated Wikipedia links to use https 9 years ago
  Tim Graham 6bb4f07372 Clarified assertRaisesMessage() behavior with respect to the message. 9 years ago
  Tim Graham d27e0f04a6 Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage(). 9 years ago
  Jon Dufresne b44dee16e6 Fixed #20916 -- Added Client.force_login() to bypass authentication. 9 years ago
  Tim Graham fbc618c13c Refs #24987 -- Documented that Client.login() rejects inactive users. 9 years ago
  Moritz Sichert 296919e7a5 Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class 9 years ago
  Andy McKay 4525a0c466 Fixed #24773 -- Added a json() method on test client responses. 9 years ago
  Simon Charette c15b0c2792 Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses. 10 years ago
  Tim Graham a0175724b0 Added docs for assertRaisesMessage as context manager. 9 years ago
  Ian Foote c21b832c12 Fixed typo in docs/topics/testing/tools.txt 9 years ago
  Adam Zapletal 0cf7477ed8 Fixed a typo and formatting consistency in testing tools docs 9 years ago
  Claude Paroz a0c2eb46dd Fixed #23960 -- Removed http.fix_location_header 10 years ago
  Sean Wang eba6dff581 Fixed #24358 -- Corrected code-block directives for console sessions. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Tim Graham 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 10 years ago
  Tim Graham 4aa089a9a9 Removed support for custom SQL per deprecation timeline. 10 years ago
  Tim Graham 67235fd4ef Removed support for initial_data fixtures per deprecation timeline. 10 years ago
  Rick Hutcheson 996292d649 Fixed a typo in the test responses docs. 10 years ago
  Aymeric Augustin cf0fd65ed4 Deprecated TEMPLATE_LOADERS. 10 years ago
  Tim Graham 3d0c3a0482 Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt. 10 years ago
  Thomas Tanner 018d110ef5 Fixed #23911 -- Added support for buffer file uploads in the test client 10 years ago
  Thomas Chaumeny da9fe5c717 Fixed #20392 -- Added TestCase.setUpTestData() 10 years ago
  Thomas Chaumeny 3199ea8ed7 Updated testing documentation following 498ae3a36069e2d 10 years ago
  Danilo Bargen cdee865976 Fixed #23543 -- Added docs on testing management command output. 10 years ago