Re: [Django] #11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects

2010-03-10 Thread Django
#11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects
+---
  Reporter:  mattbennett| Owner:  nobody
   
Status:  new| Milestone:  1.3   
   
 Component:  Core framework |   Version:  SVN   
   
Resolution: |  Keywords:  404, urlconf, debug, 
template
 Stage:  Ready for checkin  | Has_patch:  1 
   
Needs_docs:  0  |   Needs_tests:  0 
   
Needs_better_patch:  0  |  
+---
Changes (by russellm):

  * stage:  Accepted => Ready for checkin
  * milestone:  1.2 => 1.3

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects

2010-02-03 Thread Django
#11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects
-+--
  Reporter:  mattbennett | Owner:  nobody   

Status:  new | Milestone:  1.2  

 Component:  Core framework  |   Version:  SVN  

Resolution:  |  Keywords:  404, urlconf, debug, 
template
 Stage:  Accepted| Has_patch:  1

Needs_docs:  0   |   Needs_tests:  0

Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * needs_better_patch:  => 0
  * needs_docs:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * milestone:  => 1.2

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects

2009-10-06 Thread Django
#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: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---