summaryrefslogtreecommitdiff
path: root/tests/regressiontests/middleware_exceptions/views.py
AgeCommit message (Expand)Author
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-10-30Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...Russell Keith-Magee
2010-01-10Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...Adrian Holovaty