Changes between Initial Version and Version 1 of Ticket #20329
- Timestamp:
- Apr 29, 2013, 12:04:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20329 – Description
initial v1 1 ''' 1 {{{ 2 2 3 3 File "/opt/devel/cms_alpha/lib/python2.6/site-packages/django/core/servers/basehttp.py", line 283, in run … … 26 26 27 27 IndexError: tuple index out of range 28 ''' 28 }}} 29 29 30 30 This happens if anyone does 31 31 32 ''' 32 {{{ 33 33 raise TemplateSyntaxError 34 ''' 34 }}} 35 35 36 36 Without arguments. They should properly raise the exception, but the debug page should handle this case better anyway.