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
/
django
/
http
Age
Commit message (
Expand
)
Author
2026-04-07
[4.2.x] Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body ...
Natalia
2026-04-07
[4.2.x] Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.
Natalia
2025-11-26
[4.2.x] Fixed #36743 -- Increased URL max length enforced in HttpResponseRedi...
varunkasyap
2025-11-05
[4.2.x] Fixed CVE-2025-64458 -- Mitigated potential DoS in HttpResponseRedire...
Jacob Walls
2023-04-12
[4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse ...
Mariusz Felisiak
2023-04-12
[4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling...
Mariusz Felisiak
2023-02-14
[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-05
Fixed #34194 -- Added django.utils.http.content_disposition_header().
Alex Vandiver
2022-11-14
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-09-14
Fixed #29186 -- Fixed pickling HttpRequest and subclasses.
Anvesh Mishra
2022-08-03
Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
Carlton Gibson
2022-06-28
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-06-28
Removed unnecessary _parse_header() from MultiPartParser.
Mariusz Felisiak
2022-06-28
Refs #33697 -- Made MediaType use django.utils.http.parse_header_parameters().
Mehrdad
2022-06-20
Fixed #32969 -- Fixed pickling HttpResponse and subclasses.
Anv3sh
2022-06-09
Fixed #33755 -- Moved ASGI body-file cleanup into request class.
Jonas Lundberg
2022-06-03
Refs #33697 -- Made MultiPartParser use django.utils.http.parse_header_parame...
Mehrdad
2022-06-01
Refs #33697 -- Fixed multipart parsing of headers with double quotes and semi...
Mehrdad
2022-05-17
Fixed #33683 -- Document HttpResponseBase and allow import from django.http
Collin Anderson
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-23
Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols i...
Thomas Schmidt
2022-03-07
Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "exp...
Luke Plant
2022-03-07
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...
Luke Plant
2022-03-02
Refs #33546 -- Optimized handling content types in HttpResponseBase.__init__().
Keryn Knight
2022-03-02
Refs #33546 -- Optimized HttpResponseBase.charset a bit.
Keryn Knight
2022-03-02
Refs #33546 -- Optimized ResponseHeaders._convert_to_charset() by reducing th...
Keryn Knight
2022-03-02
Refs #33546 -- Avoided unpacking data in ResponseHeaders when not necessary.
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
2022-02-01
Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Mariusz Felisiak
2022-01-20
Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.
Hrushikesh Vaidya
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-10-15
Refs #30509 -- Adjusted internal FileResponse variable name.
Carlton Gibson
2021-10-14
Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...
Piotr Kunicki
2021-09-22
Optimized handling case-insensitive mappings.
Illia Volochii
2021-08-02
Simplified serializing HTTP response headers.
Illia Volochii
2021-06-22
Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.
Nicolas Restrepo
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-04-30
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-06
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-28
Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.
Illia Volochii
2021-01-14
Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.
Mariusz Felisiak
[next]