mirror of
https://github.com/django/django.git
synced 2025-10-28 02:29:56 +00:00
Fixed #15122 -- Restored reporting of the template files tried in the texmplate loader post mortem section of the TemplateDoesNotExit 500 error debug page. Thanks rdrey for reporting this regression.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8308ad4f05
commit
19bfdadc43
4 changed files with 20 additions and 6 deletions
|
|
@ -143,6 +143,7 @@ urlpatterns += patterns('django.views.generic.simple',
|
|||
urlpatterns += patterns('regressiontests.views.views',
|
||||
url(r'view_exception/(?P<n>\d+)/$', 'view_exception', name='view_exception'),
|
||||
url(r'template_exception/(?P<n>\d+)/$', 'template_exception', name='template_exception'),
|
||||
url(r'^raises_template_does_not_exist/$', 'raises_template_does_not_exist', name='raises_template_does_not_exist'),
|
||||
|
||||
(r'^shortcuts/render_to_response/$', 'render_to_response_view'),
|
||||
(r'^shortcuts/render_to_response/request_context/$', 'render_to_response_view_with_request_context'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue