Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25424 -- Use force_str for test client URLs.Travis Jensen2015-09-191-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #25163 -- Fixed exception handling in nested test c...pscottdevos2015-08-111-3/+3
* Fixed #20916 -- Added Client.force_login() to bypass auth...Jon Dufresne2015-07-011-26/+35
* Fixed #24773 -- Added a json() method on test client resp...Andy McKay2015-05-251-0/+8
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+10
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-4/+4
* Fixed #23911 -- Added support for buffer file uploads in ...Thomas Tanner2014-12-041-3/+8
* Fixed #23682 -- Enhanced circular redirects detection in ...wrwrwr2014-11-251-7/+24
* Fixed #23606 -- Implemented Client and RequestFactory tra...Rigel Di Scala2014-10-281-0/+13
* Fixed #21740 -- Allowed test client data to be an empty s...Claude Paroz2014-10-211-3/+6
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-8/+8
* Fixed #21483 -- Added WSGI environ to kwargs sent to requ...Joshua "jag" Ginsberg2014-08-291-1/+1
* Fixed #22771 -- Fixed test.Client.logout when using custo...Xavier Fernandez2014-06-131-5/+2
* Fixed #16087 -- Added ResolverMatch instance to test clie...Greg Chapple2014-06-131-1/+6
* Fixed #21357 -- Fixed test client session initialization.Preston Timmons2014-05-231-0/+5
* Revert "Fixed #15179 -- middlewares not applied for test ...Tim Graham2014-04-291-5/+4
* Fixed a typo (I guess).Florian Apolloner2014-02-131-1/+1
* Refs #21831 -- Softened the TestClient dependency on cont...Russell Keith-Magee2014-01-211-1/+2
* Fixed #21740 -- Stopped using mutable default arguments i...Claude Paroz2014-01-161-9/+9
* Fixed #12571 -- Attached originating WSGIRequest to test ...Unai Zalakain2014-01-101-7/+6
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-2/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin2013-12-221-2/+3
* Fixed #21448 -- Fixed test client logout with cookie-base...Claude Paroz2013-11-261-0/+1
* Fixed #15179 -- middlewares not applied for test client l...Unai Zalakain2013-11-191-6/+16
* Fixed flake8 E241Boryslav Larin2013-11-021-17/+17
* Fixed #21341 -- Eased https requests with the test clientUnai Zalakain2013-11-021-32/+50
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+2
* Oops :(Aymeric Augustin2013-09-071-1/+1
* Fixed an encoding issue in the test client.Aymeric Augustin2013-09-071-1/+5
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-2/+0
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+1
* Fixed #20864 -- Made the test client use common method fo...Krzysztof Jurewicz2013-08-141-37/+26
* Fixed #18356 -- Gave the test client signals.template_ren...Bojan Mihelac2013-08-091-2/+3
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-111-1/+5
* Merge pull request #1270 from tomchristie/remove-incorrec...Marc Tamlyn2013-06-141-2/+0
|\
| * Remove incorrect CONTENT_TYPE header from GET and HEAD re...Tom Christie2013-06-141-2/+0
* | Fixed #18924 -- Made test.Client.logout send user_logged_...Tim Graham2013-06-041-6/+12
|/
* Implemented persistent database connections.Aymeric Augustin2013-02-281-5/+7
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-131-1/+1
* Fixed #17797 -- Enabled support for PATCH requests in the...Julien Phalip2013-02-031-0/+16
* Fixed #19519 again -- Regression in LiveServerTestCase af...Aymeric Augustin2013-01-011-5/+10
* Fixed #19519 -- Fired request_finished in the WSGI iterab...Aymeric Augustin2012-12-311-13/+22
* Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin2012-12-221-1/+5
* Fixed #19487 -- Used str in the test client's WSGI environ.Aymeric Augustin2012-12-221-23/+23
* Fixed #19094 -- Improved FakePayload to support write, le...Claude Paroz2012-10-201-3/+19