| 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-21 | Removed unused views in middleware_exceptions tests. | Tim Graham | |
| Unused since d334f46b7a080fd3eb720141c19b37b10704a352. | |||
| 2017-02-27 | Imported django.http classes instead of django.http. | Asif Saifuddin Auvi | |
| 2016-07-25 | Fixed #26915 -- Fixed regression handling responses returned from view ↵ | Alex Hill | |
| middleware. | |||
| 2015-07-03 | Fixed #24877 -- Added middleware handling of response.render() errors. | Sylvain Fankhauser | |
| 2015-01-12 | Accounted for multiple template engines in template responses. | Aymeric Augustin | |
| 2013-11-02 | PEP8 cleanup | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
