#12787: TemplateDoesNotExist exception does not report the correct template_name
--------------------------------------+-------------------------------------
          Reporter:  trigeek38        |         Owner:  anonymous           
            Status:  assigned         |     Milestone:  1.2                 
         Component:  Template system  |       Version:  SVN                 
        Resolution:                   |      Keywords:  TemplateDoesNotExist
             Stage:  Accepted         |     Has_patch:  1                   
        Needs_docs:  1                |   Needs_tests:  0                   
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Changes (by jkatzer):

  * needs_docs:  0 => 1
  * needs_tests:  1 => 0

Comment:

 scrapped the old patch....

 the new patch(es) overload the previous TemplateDoesNotExist execption, to
 add wether or not that error should be thrown out. it is worded as to
 wether or not a super function calling it "should_keep_trying"

 in regards to this, any place that previously raised an
 TemplateDoesNotExist error needs to be rewritten to have an extra arg...
 this also is the case in the testing file, which has been modified
 accordingly...

 please excuse my code as i am not fully familiar with python and the
 coding conventions used by the django community.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12787#comment:5>
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