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
/
exception.py
Age
Commit message (
Expand
)
Author
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2025-06-06
Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() fo...
Natalia
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-01-19
Removed unreachable SystemExit check.
Adam Johnson
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-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2018-11-20
Corrected docs and removed unused code for got_request_exception signal's sen...
Tim Graham
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-13
Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24733 -- Removed support for error views without the exception parameter.
Tim Graham
2016-06-24
Refs #12594 -- Removed obsolete exception handling in handle_uncaught_excepti...
Tim Graham
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer