index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
httpwrappers
Age
Commit message (
Expand
)
Author
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-14
Fixed #25725 -- Made HttpReponse immediately close objects.
Johannes Hoppe
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-08-12
Fixed #25254 -- Added JsonResponse json_dumps_params parameter.
Sambhav Satija
2015-07-15
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
Keryn Knight
2015-06-24
Fixed #25019 -- Added UUID support in DjangoJSONEncoder
Lukas Hetzenecker
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-16
Removed redundant list() calls.
Tim Graham
2015-02-19
Fixed #20889 -- Prevented BadHeaderError when Python inserts newline
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponse
Matthew Somerville
2014-11-12
Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...
Tim Graham
2014-11-03
Fixed #18523 -- Added stream-like API to HttpResponse.
Michael Kelly
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-19
Fixed #22996 -- Prevented crash with unencoded query string
Claude Paroz
2014-06-24
Fixed #22897 -- Made QueryDict query_string argument optional.
Duncan Parkes
2014-03-21
Removed useless warning silencing.
Aymeric Augustin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-14
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-23
Simplified iteration in HTTP response objects.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-17
Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1
Claude Paroz
2013-09-10
Fixed #18403 -- Initialized bad_cookies in SimpleCookie
e0ne
2013-09-09
Fixed syntax error on Python 3.2; refs #20889.
Tim Graham
2013-09-09
Fixed #20889 -- Prevented email.Header from inserting newlines
Daniel Boeve
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-24
Fixed #20961 -- Fixed HttpResponse default empty content
Claude Paroz
2013-07-30
Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.
Baptiste Mispelon
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Removed compatibility code for streaming responses.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
[prev]