Historial de Commits

Autor SHA1 Mensaje Fecha
  Tim Graham 7a7e403325 Refs #26270 -- Reorganized TestCase docs. hace 9 años
  Tim Graham 6637cd0ef2 Removed docs of deprecated SimpleTestCase warnings behavior. hace 9 años
  Tim Graham 032f5a7896 Refs #25735 -- Made @tag decorator importable from django.test. hace 9 años
  Jakub Paczkowski d4dc775620 Fixed #25735 -- Added support for test tags to DiscoverRunner. hace 9 años
  Jon Dufresne fcd08c1757 Fixed #11665 -- Made TestCase check deferrable constraints after each test. hace 9 años
  Johannes Linke 02430ef19d Fixed #26111 -- Clarified that fixtures are loaded once per TestCase. hace 9 años
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. hace 9 años
  Tim Graham b0b45f9a83 Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures. hace 9 años
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. hace 9 años
  Tim Graham 294d0d8815 Fixed #26048 -- Made admin selenium tests use implicitly_wait() hace 9 años
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. hace 9 años
  Tim Graham 77f50c9cfc Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage. hace 9 años
  Tim Graham a5619f7ed3 Fixed #25860 -- Documented a transaction leak possiblity in TestCase. hace 9 años
  Jon Dufresne 7aabd62380 Fixed #25778 -- Updated docs links to use https when available. hace 9 años
  Agnieszka Lasyk 1f8dad6915 Fixed #25755 -- Unified spelling of "website". hace 9 años
  Tim Graham 81006b9657 Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests. hace 9 años
  Tim Graham 6b5ae92927 Made LiveServerTestCase example use StaticLiveServerTestCase. hace 9 años
  薛丞宏 484edc81c1 Clarified that the test client response content attribute is bytes. hace 9 años
  Benjamin Wohlwend 2b9eed41fa Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines. hace 9 años
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. hace 9 años
  Tim Graham 1392aff440 Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline. hace 9 años
  Aymeric Augustin 326bc0955b Allowed a port range for the liveserver by default. hace 10 años
  Markus Holtermann f33607ce0b Fixed style issues in testing docs hace 9 años
  Anton Strogonoff 20787b5c29 Used consistent capitalization and hyphenation of "class-based views" in docs. hace 9 años
  Claude Paroz 64982cc2fb Updated Wikipedia links to use https hace 9 años
  Tim Graham 6bb4f07372 Clarified assertRaisesMessage() behavior with respect to the message. hace 9 años
  Tim Graham d27e0f04a6 Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage(). hace 9 años
  Jon Dufresne b44dee16e6 Fixed #20916 -- Added Client.force_login() to bypass authentication. hace 9 años
  Tim Graham fbc618c13c Refs #24987 -- Documented that Client.login() rejects inactive users. hace 9 años