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 (
Collapse
)
Author
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client.
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 ↵
Alex Hill
middleware.
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵
Carl Meyer
exception handling.
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
2015-07-03
Fixed #24877 -- Added middleware handling of response.render() errors.
Sylvain Fankhauser