summaryrefslogtreecommitdiff
path: root/tests/test_client/views.py
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation and comments for RFC updates.Nick Pope2022-11-101-2/+1
* Fixed #34063 -- Fixed reading request body with async request factory and cli...Scott Halgrim2022-11-081-0/+2
* Fixed #32969 -- Fixed pickling HttpResponse and subclasses.Anv3sh2022-06-201-0/+5
* Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...Mariusz Felisiak2022-04-051-43/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-112/+149
* Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes2021-09-241-0/+15
* Fixed #32790 -- Ensured test Client handles redirects to domain indexes witho...tomhamiltonstubber2021-06-231-0/+16
* Simplifed formset iteration using enumerate().Jon Dufresne2020-10-261-2/+1
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Refs #31494 -- Added test for query strings for GET/HEAD requests when follow...Ahmad A. Hussein2020-05-271-0/+8
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+2
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-0/+4
* Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer2018-08-251-2/+2
* Added a test for Client.generic() data coercion.Tim Graham2018-02-121-1/+4
* Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki2018-02-061-0/+14
* Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.Tom2018-02-061-0/+24
* Fixed #28837 -- Fixed test client crash if an exception with more than one ar...Nicolas Delaby2017-11-281-0/+9
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+5
* Decorated a few functions.Tim Graham2016-11-141-5/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #27184 -- Allowed uploading TemporaryFile with the test client.Tom Scrace2016-11-091-0/+5
* Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham2015-12-231-7/+5
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+6
* Fixed #25163 -- Fixed exception handling in nested test client requests.pscottdevos2015-08-111-0/+11
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala2014-10-281-1/+29
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-2/+2
* Fixing E302 ErrorsJason Myers2013-11-021-0/+22
* Fixed #21341 -- Eased https requests with the test clientUnai Zalakain2013-11-021-0/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-261-2/+2
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano2013-09-101-0/+3
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham2013-05-271-1/+45
* Removed mentions of modeltests.Ramiro Morales2013-03-031-3/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+218