mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Thanks, isagalaev
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a7dc2c0653
commit
ca6f64a43f
7 changed files with 71 additions and 16 deletions
|
@ -36,6 +36,9 @@ urlpatterns = patterns('',
|
|||
# conditional get views
|
||||
(r'condition/', include('regressiontests.conditional_processing.urls')),
|
||||
|
||||
# middleware exceptions tests
|
||||
(r'middleware_exceptions/', include('regressiontests.middleware_exceptions.urls')),
|
||||
|
||||
# special headers views
|
||||
(r'special_headers/', include('regressiontests.special_headers.urls')),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue