Changes between Version 34 and Version 35 of BetterErrorMessages


Ignore:
Timestamp:
Sep 8, 2011, 7:52:07 PM (13 years ago)
Author:
jMyles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v34 v35  
    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
    124126== django.template.!__init!__.py ==
    125127Using 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:
Back to Top