Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #31040 -- Used 402 HTTP status in middleware_exceptions tests. | Mariusz Felisiak | 2020-03-31 | 1 | -5/+5 |
* | Fixed #31224 -- Added support for asynchronous views and middleware. | Andrew Godwin | 2020-03-18 | 1 | -0/+64 |
* | Tested a middleware's process_template_response() returning None. | Tim Graham | 2018-11-20 | 1 | -0/+5 |
* | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | 2017-01-19 | 1 | -1/+1 |
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
* | Fixed #26915 -- Fixed regression handling responses returned from view middle... | Alex Hill | 2016-07-25 | 1 | -1/+8 |
* | Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception... | Carl Meyer | 2016-06-17 | 1 | -3/+51 |
* | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | 2016-05-17 | 1 | -1/+3 |
* | Fixed #24877 -- Added middleware handling of response.render() errors. | Sylvain Fankhauser | 2015-07-03 | 1 | -0/+8 |