summaryrefslogtreecommitdiff
path: root/tests/test_client/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32969 -- Fixed pickling HttpResponse and subclasses.Anv3sh2022-06-201-0/+1
* Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...Mariusz Felisiak2022-04-051-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-45/+65
* Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes2021-09-241-0/+1
* Fixed #32790 -- Ensured test Client handles redirects to domain indexes witho...tomhamiltonstubber2021-06-231-1/+2
* Refs #31494 -- Added test for query strings for GET/HEAD requests when follow...Ahmad A. Hussein2020-05-271-0/+8
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-0/+2
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-39/+39
* Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki2018-02-061-0/+1
* Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.Tom2018-02-061-0/+3
* Fixed #28837 -- Fixed test client crash if an exception with more than one ar...Nicolas Delaby2017-11-281-0/+1
* Fixed #27184 -- Allowed uploading TemporaryFile with the test client.Tom Scrace2016-11-091-0/+1
* Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz2016-06-241-2/+2
* Fixed #26428 -- Added support for relative path redirects in assertRedirects().Tim Graham2016-04-021-0/+2
* Fixed #25163 -- Fixed exception handling in nested test client requests.pscottdevos2015-08-111-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Changed RedirectView.permanent to False per deprecation timeline; refs #21587.Tim Graham2015-01-181-2/+2
* Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag2014-11-281-3/+3
* Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala2014-10-281-0/+1
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-2/+3
* Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple2014-06-131-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-31/+31
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-4/+7
* Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano2013-09-101-1/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham2013-05-271-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+34