summaryrefslogtreecommitdiff
path: root/tests/regressiontests/middleware_exceptions
AgeCommit message (Expand)Author
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
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