summaryrefslogtreecommitdiff
path: root/tests/middleware_exceptions/middleware.py
AgeCommit message (Expand)Author
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-06Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.Mariusz Felisiak
2020-03-31Refs #31040 -- Used 402 HTTP status in middleware_exceptions tests.Mariusz Felisiak
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2018-11-20Tested a middleware's process_template_response() returning None.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
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-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-07-03Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser