#12995: "source" exception attribute no longer handled properly by debug 
exception
handler
--------------------------------------+-------------------------------------
          Reporter:  Glenn            |         Owner:  nobody
            Status:  new              |     Milestone:        
         Component:  Template system  |       Version:  SVN   
        Resolution:                   |      Keywords:        
             Stage:  Accepted         |     Has_patch:  0     
        Needs_docs:  0                |   Needs_tests:  0     
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Comment (by Glenn):

 I don't care about backwards-compatibility here; I care about being able
 to do this at all.  I can change my source attribute to eg.
 "source_with_lines" without significant problems, but I can't make all of
 my exceptions derive from TemplateSyntaxError.  (It applies the source
 attribute to the existing exception and re-throws it without changing the
 exception type, simply augmenting the exception in-place as it passes out
 of the template.  IMO, this is what Django's templating should be doing,
 too, to avoid destroying the original exception.)

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

Reply via email to