index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
handlers
Age
Commit message (
Expand
)
Author
2026-04-07
Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.
Jacob Walls
2026-03-06
Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.
khadyottakale
2026-02-03
Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI requests.
Jake Howard
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2025-11-07
Refs #36315 -- Replaced manual task and cancellation handling with TaskGroup ...
Thomas Grainger
2025-11-07
Refs #36315 -- Used contextlib.closing() in ASGIHandler.handle().
Thomas Grainger
2025-08-21
Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIR...
SaJH
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-06-18
Fixed #36467 -- Removed leading whitespaces from Set-Cookie header values in ...
Lukas Komischke
2025-06-06
Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() fo...
Natalia
2025-05-04
Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().
신우진
2025-01-18
Fixed broken link in django/core/handlers/asgi.py comment.
Anders Kaseorg
2024-04-05
Fixed #35354 -- Simplified ASGIRequest path handling.
Carlton Gibson
2024-01-31
Fixed #35059 -- Ensured that ASGIHandler always sends the request_finished si...
James Thorniley
2023-09-11
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.
Sam Toyer
2023-04-12
Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...
Mariusz Felisiak
2023-04-12
Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.
sarahboyce
2023-04-03
Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.
th3nn3ss
2023-03-07
Fixed #32172 -- Adapted signals to allow async handlers.
Jon Janzen
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
Refs #34233 -- Used aiter() and anext().
Nick Pope
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-05
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-09-14
Fixed #29186 -- Fixed pickling HttpRequest and subclasses.
Anvesh Mishra
2022-06-09
Fixed #33755 -- Moved ASGI body-file cleanup into request class.
Jonas Lundberg
2022-05-31
Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.
Jonas Lundberg
2022-05-10
Refs #33173, Refs #30451 -- Fixed ResourceWarning from unclosed body files in...
Mariusz Felisiak
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-02-09
Fixed #33495 -- Improved debug logging message about adapting handlers for mi...
Aaron Chong
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-01-18
Removed unused buf_size argument to LimitedStream().
Nick Pope
2022-01-12
Changed django.utils.log.log_response() to take exception instance.
Adam Johnson
2022-01-12
Added exception to SuspiciousOperation logging.
Adam Johnson
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-01
Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .
Allan Feldman
2021-01-19
Removed unreachable SystemExit check.
Adam Johnson
2020-12-29
Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...
Mariusz Felisiak
2020-10-27
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-06-22
Removed unused param_dict return from URLResolver.resolve_error_handler().
Adam Johnson
2020-05-28
Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.
Mariusz Felisiak
2020-05-13
Updated logging calls to use arguments instead of string interpolation.
François Freitag
2020-05-06
Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensi...
Carlton Gibson
[next]