Changes between Version 34 and Version 35 of BetterErrorMessages
- Timestamp:
- Sep 8, 2011, 7:52:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v34 v35 122 122 * 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 123 123 124 #16770 describes situations in which TemplateSyntaxError are raised as a wrap around OperationalError. There are other cases where this occurs as well. 125 124 126 == django.template.!__init!__.py == 125 127 Using 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: