index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
/
client.py
Age
Commit message (
Expand
)
Author
2020-11-04
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
Carlton Gibson
2020-11-03
Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.
Patrick Arminio
2020-10-27
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
2020-08-14
Added missing items to django.test.client.__all__ and django.test.utils.__all__.
Mads Jensen
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-27
Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects...
Ahmad A. Hussein
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-18
Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...
Patrick Jenkins
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-06-17
Fixed typos in FakePayload docstring and SimplifiedURLTests test name.
Min ho Kim
2019-06-07
Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().
Jon Dufresne
2019-03-11
Minimized try block in Client.request().
Jon Dufresne
2019-03-10
Refs #18807 -- Removed unused exception handler from Client.request().
Jon Dufresne
2019-02-20
Fixed #18707 -- Added support for the test client to return 500 responses.
Jon Dufresne
2019-01-25
Fixed grammar in FakePayload exception message.
Jon Dufresne
2018-12-27
Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...
Jon Dufresne
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-25
Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.
Dan Palmer
2018-08-15
Fixed #29662 -- Allowed test client to accept structured suffix JSON content ...
Marnanel Thurman
2018-07-21
Fixed #29576 -- Corrected the test client's HTTP_COOKIE header.
Thng Kai Yuan
2018-07-09
Fixed #29553 -- Made test client set Content-Length header to a string rather...
Tim Graham
2018-06-27
Fixed #29520 -- Fixed test client crash when posting bytes.
Tim Graham
2018-02-12
Refs #27795 -- Removed force_bytes() in django.test.client where possible.
Tim Graham
2018-02-06
Fixed #29082 -- Allowed the test client to encode JSON request data.
Nick Sarbicki
2018-02-06
Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.
Tom
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-05-09
Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_remov...
João Silva
2017-03-07
Refs #27622 -- Fixed a regression in JSON content-type detection
Claude Paroz
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-09
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-29
Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.
Anton Samarchyan
2016-12-01
Fixed #27542 -- Made Client.force_login() skip auth backends without get_user().
Anton Samarchyan
2016-11-21
Fixed #27516 -- Made test client's response.json() cache the parsed JSON.
Adam Chainz
[next]