Changes between Version 35 and Version 36 of BetterErrorMessages


Ignore:
Timestamp:
Sep 16, 2011, 5:36:04 PM (13 years ago)
Author:
jMyles
Comment:

Reflecting closure of 16770

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v35 v36  
    122122 * See [http://groups.google.com/group/django-developers/browse_thread/thread/42aff5c291a69041/d006eb5292b8aac3 this thread on the django-developers list] for discussion of suppression of TypeError in the template engine
    123123
    124 #16770 describes situations in which TemplateSyntaxError are raised as a wrap around OperationalError.  There are other cases where this occurs as well.
    125 
    126124== django.template.!__init!__.py ==
    127125Using an invalid template tag results in the generic 'list index out of range' error which doesn't show any information about the offending file or expression.  E.g., if a template contains:
     
    146144
    147145 * Ticket #1732 -- a problem that elicits no error message, but should.
     146 * Ticket #16770 -- Any error that occurred during template rendering was previously wrapped by TemplateSyntaxError.
Back to Top