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