Changes between Initial Version and Version 1 of Ticket #5243


Ignore:
Timestamp:
Aug 25, 2007, 1:30:10 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Fixed formatting in description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5243 – Description

    initial v1  
    33Applying the below patch seems to work.  I don't know why {{{taglib.split('.')[-1])}}} was done in the first place?  It's been like this for as far back as I could trace the revisions in on this Trac.  A related ticket might be #372.
    44
     5{{{
    56Index: django/template/defaulttags.py
    67===================================================================
     
    1617         except InvalidTemplateLibrary, e:
    1718             raise TemplateSyntaxError, "'%s' is not a valid tag library: %s" % (taglib, e)
     19}}}
Back to Top