summaryrefslogtreecommitdiff
path: root/tests/httpwrappers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-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-264-0/+608