summaryrefslogtreecommitdiff
path: root/tests/httpwrappers
AgeCommit message (Expand)Author
2014-11-12Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...Tim Graham
2014-11-03Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-06-24Fixed #22897 -- Made QueryDict query_string argument optional.Duncan Parkes
2014-03-21Removed useless warning silencing.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-23Simplified iteration in HTTP response objects.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-10-17Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
2013-09-10Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne
2013-09-09Fixed syntax error on Python 3.2; refs #20889.Tim Graham
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-24Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz
2013-07-30Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.Baptiste Mispelon
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Removed compatibility code for streaming responses.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner