Changes between Initial Version and Version 1 of Ticket #20329


Ignore:
Timestamp:
Apr 29, 2013, 12:04:41 PM (11 years ago)
Author:
Karen Tracey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20329 – Description

    initial v1  
    1 '''
     1{{{
    22
    33  File "/opt/devel/cms_alpha/lib/python2.6/site-packages/django/core/servers/basehttp.py", line 283, in run
     
    2626
    2727IndexError: tuple index out of range
    28 '''
     28}}}
    2929
    3030This happens if anyone does
    3131
    32 '''
     32{{{
    3333    raise TemplateSyntaxError
    34 '''
     34}}}
    3535
    3636Without arguments. They should properly raise the exception, but the debug page should handle this case better anyway.
Back to Top