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
2025-11-26
[6.0.x] Fixed #36743 -- Increased URL max length enforced in HttpResponseRedi...
varunkasyap
2025-11-05
[6.0.x] Fixed CVE-2025-64458 -- Mitigated potential DoS in HttpResponseRedire...
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-11-14
Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...
Lorenzo Peña
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-10-16
Fixed #35727 -- Added HttpResponse.text property.
SaJH
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-01-18
Refs #34233 -- Used aiter() and anext().
Nick Pope
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-03-09
Fixed #33567 -- Avoided setting default text/html content type on responses.
Claude Paroz
2022-03-02
Refs #10188 -- Added tests for BadHeaderErrors when HTTP header with newlines...
Keryn Knight
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-22
Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.
Nicolas Restrepo
2021-01-28
Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.
Illia Volochii
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-10-07
Refs #32002 -- Added tests for HttpResponse's content_type parameter.
Tom Carrick
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2019-11-18
Replaced encode() usage with bytes literals.
Jon Dufresne
2019-03-29
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
sage
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-02
Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.
Tim Graham
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2017-06-03
Refs #27308, #27753 -- Removed obsolete cookie test mixing bytes with str.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-25
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
Rajesh Veeranki
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-27
Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...
roboslone
2016-12-19
Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...
Jerome Leclanche
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-06
Fixed #26707 -- Added QueryDict.fromkeys()
wim glenn
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-15
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
Collin Anderson
2016-03-14
Replaced unnecessary smart_str() with force_str() in httpwrappers tests.
Tim Graham
2016-02-04
Made multiline assertRaises* conform to flake8's E128 rule.
Hasan
[next]