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
/
tests
/
test_client
Age
Commit message (
Expand
)
Author
2026-03-13
Fixed #36966 -- Fixed ValueError when `query_params` and `follow` are used on...
Marc Gibbons
2026-02-26
Fixed #22079 -- Added tests for stripping empty list values in RequestFactory.
Anurag Verma
2026-02-21
Fixed #36937 -- Added missing positive permission cases in test_client tests.
Saish Mungase
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-03
Fixed #35414 -- Used default headers in AsyncRequestFactory.
YashRaj1506
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-23
Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...
Tom Carrick
2023-10-31
Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects.
Ben Cail
2023-08-30
Fixed #34757 -- Added support for following redirects to AsyncClient.
Olivier Tabone
2023-04-12
Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...
Mariusz Felisiak
2023-01-05
Refs #33865 -- Improved implementation of FakePayload.
Nick Pope
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-11-14
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-08
Fixed #34063 -- Fixed reading request body with async request factory and cli...
Scott Halgrim
2022-06-20
Fixed #32969 -- Fixed pickling HttpResponse and subclasses.
Anv3sh
2022-05-02
Removed 'tests' path prefix in a couple tests.
Tim Graham
2022-04-06
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...
Baptiste Mispelon
2022-04-05
Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-26
Adjusted CBV resolver_match example in testing tools docs.
Carlton Gibson
2021-10-20
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-09-24
Fixed #33132 -- Fixed test client handling of querystring only redirects.
Jaap Roes
2021-07-15
Fixed #32929 -- Fixed handling query strings in AsyncRequestFactory.
pochangl
2021-06-24
Fixed ResourceWarning in test_client.tests.ClientTest.test_uploading_named_te...
Mariusz Felisiak
2021-06-23
Fixed #32790 -- Ensured test Client handles redirects to domain indexes witho...
tomhamiltonstubber
2021-02-23
Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...
Marc Gibbons
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-28
Refs #25780 -- Removed redundant status code assertions from tests.
Jon Dufresne
2020-10-26
Simplifed formset iteration using enumerate().
Jon Dufresne
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-05-27
Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects...
Ahmad A. Hussein
2020-05-27
Refs #31494 -- Added test for query strings for GET/HEAD requests when follow...
Ahmad A. Hussein
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-03-15
Cleaned up exception message checking in some tests.
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-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-27
Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...
Jon Dufresne
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-08-25
Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.
Dan Palmer
2018-07-09
Fixed #29553 -- Made test client set Content-Length header to a string rather...
Tim Graham
2018-06-20
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...
Jan Pieter Waagmeester
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-12
Added a test for Client.generic() data coercion.
Tim Graham
2018-02-12
Refs #20530 -- Added a test for test client query string encoding.
Tim Graham
[next]