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