summaryrefslogtreecommitdiff
path: root/tests/middleware_exceptions/views.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2018-11-21Removed unused views in middleware_exceptions tests.Tim Graham
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2016-07-25Fixed #26915 -- Fixed regression handling responses returned from view middle...Alex Hill
2015-07-03Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner