index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
middleware_exceptions
/
middleware.py
Age
Commit message (
Expand
)
Author
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-06
Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.
Mariusz Felisiak
2020-03-31
Refs #31040 -- Used 402 HTTP status in middleware_exceptions tests.
Mariusz Felisiak
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2018-11-20
Tested a middleware's process_template_response() returning None.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-07-25
Fixed #26915 -- Fixed regression handling responses returned from view middle...
Alex Hill
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-07-03
Fixed #24877 -- Added middleware handling of response.render() errors.
Sylvain Fankhauser