#11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects
-------------------------------------------+--------------------------------
 Reporter:  mattbennett                    |       Owner:  nobody    
   Status:  new                            |   Milestone:            
Component:  Core framework                 |     Version:  SVN       
 Keywords:  404, urlconf, debug, template  |       Stage:  Unreviewed
Has_patch:  1                              |  
-------------------------------------------+--------------------------------
 The default debug 404 template in django/views/debug.py assumes that the
 urlconf searched was the root urlconf. Since [4237] the urlconf can be set
 by middleware, so this is not necessarily the case.

 The attached patch puts the module name of the urlconf being used into the
 template context, and modifies the template accordingly.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11990>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to