summaryrefslogtreecommitdiff
path: root/tests/regressiontests/middleware_exceptions
AgeCommit message (Expand)Author
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-16Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor
2010-10-30Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...Russell Keith-Magee
2010-10-29Fixed #14523 -- Modified response handling so that exceptions raised by proce...Russell Keith-Magee
2010-03-12Fixed #13090 -- Corrected handling of errors in middleware when DEBUG=False. ...Russell Keith-Magee
2010-01-10Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaevAdrian Holovaty
2010-01-10Added some missing __init__.py files to two testsAdrian Holovaty
2010-01-10Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...Adrian Holovaty