summaryrefslogtreecommitdiff
path: root/django/core/handlers/base.py
AgeCommit message (Expand)Author
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-02-09Fixed #33495 -- Improved debug logging message about adapting handlers for mi...Aaron Chong
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-29Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-05-28Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.Mariusz Felisiak
2020-05-13Updated logging calls to use arguments instead of string interpolation.François Freitag
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-02-19Refs #31224 -- Added BaseHandler.check_response().Andrew Godwin
2020-02-11Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.Florian Apolloner
2018-11-20Refs #24829 -- Removed TemplateResponse rendering in BaseHandler.get_response().Tim Graham
2018-11-20Removed BaseHandler.get_exception_response().Tim Graham
2018-09-26Fixed #29673 -- Reset the URLconf at the end of each request.Matthew Power
2018-05-27Removed obsolete BaseHandler attributes.Daniel Hepper
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2017-09-07Removed unneeded __init__() methods.Sergey Fedoseev
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2016-07-25Fixed #26915 -- Fixed regression handling responses returned from view middle...Alex Hill
2016-06-17Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...Carl Meyer
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Refs #26601 -- Refactored BaseHandler to prepare for new-style middleware.Florian Apolloner
2016-04-25Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...Tim Graham
2016-04-20Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...Carl Worth
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-10-22Fixed "URLconf" spelling in code comments.Tim Graham
2015-07-03Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-17Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-05-05Extended variable name in handlers/base.pyClaude Paroz
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-27Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.Berker Peksag
2014-11-22Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-06-24Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi
2014-06-23Refactored common code in handlers/base.py and urlresolvers.pyAnubhav Joshi
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner