summaryrefslogtreecommitdiff
path: root/tests/httpwrappers/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Made multiline assertRaises* conform to flake8's E128 rule.Hasan2016-02-041-3/+5
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-36/+68
* Fixed #25725 -- Made HttpReponse immediately close objects.Johannes Hoppe2015-12-141-13/+0
* Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti2015-12-121-4/+2
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija2015-08-121-0/+4
* Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.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 inserts newlineClaude 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 StreamingHttpResponseMatthew Somerville2015-02-031-8/+8
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...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 Django test suite.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 optional.Duncan Parkes2014-06-241-10/+13
* Removed useless warning silencing.Aymeric Augustin2014-03-211-5/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-1/+2
* Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak2014-02-141-1/+32
* Simplified iteration in HTTP response objects.Aymeric Augustin2013-11-231-3/+3
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Fixed all E261 warningscoagulant2013-11-021-7/+7
* Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude 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 newlinesDaniel 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 HttpResponseRedirect.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-261-0/+607