django1/django/test
Tim Graham 9294110a57 Fixed #29520 -- Fixed test client crash when posting bytes.
Regression in b8a41a2872.
2018-06-27 14:50:03 -04:00
..
__init__.py Refs #27656 -- Updated remaining docstring verbs according to PEP 257. 2017-03-04 10:02:06 -05:00
client.py Fixed #29520 -- Fixed test client crash when posting bytes. 2018-06-27 14:50:03 -04:00
html.py Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
runner.py Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
selenium.py Refs #27656 -- Updated remaining docstring verbs according to PEP 257. 2017-03-04 10:02:06 -05:00
signals.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
testcases.py Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings. 2018-06-20 13:26:12 -04:00
utils.py Restored django.test.utils.patch_logger() for backwards compatibility. 2018-06-12 11:33:16 -04:00