Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/httpwrappers
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25254 -- Added JsonResponse json_dumps_params para...Sambhav Satija2015-08-121-0/+4
* Refs #24121 -- Added meaningful repr() to HttpResponse an...Keryn Knight2015-07-151-0/+10
* Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker2015-06-241-0/+6
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-5/+5
* Removed redundant list() calls.Tim Graham2015-05-161-4/+4
* Fixed #20889 -- Prevented BadHeaderError when Python inse...Claude Paroz2015-02-191-0/+3
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-8/+9
* Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpR...Matthew Somerville2015-02-031-8/+8
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PR...Tim Graham2014-11-121-2/+14
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-0/+12
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-8/+8
* Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz2014-08-191-3/+3
* Fixed #22897 -- Made QueryDict query_string argument opti...Duncan Parkes2014-06-251-10/+13
* Removed useless warning silencing.Aymeric Augustin2014-03-211-5/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #17942 -- Added a JsonResponse class to more easily...Lukasz Balcerzak2014-02-151-1/+32
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Simplified iteration in HTTP response objects.Aymeric Augustin2013-11-231-3/+3
* PEP8 cleanupJason Myers2013-11-031-0/+5
* Fixed all E261 warningscoagulant2013-11-031-7/+7
* Fixed #21282 -- Made HttpResponse.serialize_headers accep...Claude Paroz2013-10-171-0/+3
* Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne2013-09-101-0/+9
* Fixed syntax error on Python 3.2; refs #20889.Tim Graham2013-09-091-1/+1
* Fixed #20889 -- Prevented email.Header from inserting new...Daniel Boeve2013-09-091-0/+7
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-7/+7
* Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz2013-08-241-0/+7
* Fixed #10491 -- Allowed passing lazy objects to HttpRespo...Baptiste Mispelon2013-07-301-1/+13
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Removed compatibility code for streaming responses.Aymeric Augustin2013-06-291-19/+6
* Implemented persistent database connections.Aymeric Augustin2013-02-281-3/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+608