summaryrefslogtreecommitdiff
path: root/tests/regressiontests/middleware_exceptions/urls.py
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-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
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