提交歷史

作者 SHA1 備註 提交日期
  David Wobrock 99bd5fb4c2 Refs #34074 -- Used headers argument for RequestFactory and Client in docs and tests. 2 年之前
  Mariusz Felisiak 1a7d75cf77 Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests to test_utils. 3 年之前
  Baptiste Mispelon d84cd91e90 Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/assertFormsetErrors(). 3 年之前
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Baptiste Mispelon 61b332499d Used assertRaisesMessage() in test_client_regress.AssertFormErrorTests. 3 年之前
  Tom Carrick bcc2befd0e Fixed #31789 -- Added a new headers interface to HttpResponse. 4 年之前
  Hasan Ramezani fc4f45ebdc Used assertRaisesMessage() in various tests. 5 年之前
  Patrick Jenkins 46e74a5256 Fixed #28337 -- Preserved extra headers of requests made with django.test.Client in assertRedirects(). 7 年之前
  Jon Dufresne d6ea4898c4 Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json(). 5 年之前
  Marnanel Thurman 7cc52250f0 Fixed #29662 -- Allowed test client to accept structured suffix JSON content types. 6 年之前
  Thng Kai Yuan 71a739f3d7 Fixed #29576 -- Corrected the test client's HTTP_COOKIE header. 6 年之前
  Tim Graham 9294110a57 Fixed #29520 -- Fixed test client crash when posting bytes. 6 年之前
  Chris Lamb 84ad721bd9 Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead of "(actual errors: )". 7 年之前
  Claude Paroz 29592eef19 Decoupled test client encoding tests from JSON handling 8 年之前
  Claude Paroz 145f6c3ed6 Refs #27622 -- Fixed a regression in JSON content-type detection 8 年之前
  Claude Paroz 324c4b6371 Renamed a test variable to prevent possible conflict with imports 8 年之前
  Tim Graham 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 年之前
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 年之前
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 8 年之前
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 年之前
  Claude Paroz 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 年之前
  Tim Graham 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 年之前
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 年之前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
  Tim Graham 0f454f5d4d Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects(). 8 年之前
  Tim Graham 8516f7c49b Fixed #27698 -- Added django.test.utils.ContextList.get() 8 年之前
  Anton Samarchyan 0b5d4c49d6 Fixed #27622 -- Allowed test client to accept vendor tree JSON content types. 8 年之前
  Adam Chainz 19e2114634 Fixed #27516 -- Made test client's response.json() cache the parsed JSON. 8 年之前
  Ramin Farajpour Cami 0a63ef3f61 Fixed #27463 -- Fixed E741 flake8 warnings. 8 年之前