summaryrefslogtreecommitdiff
path: root/django/template/__init__.py
AgeCommit message (Expand)Author
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-19Fixed #1647 -- Included slightly more information in template syntax errorMalcolm Tredinnick
2006-07-10Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick
2006-07-07Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi...Adrian Holovaty
2006-07-04Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru...Russell Keith-Magee
2006-07-04Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee
2006-06-18Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Added django.template.Token.split_contents() and used it to add support for s...Adrian Holovaty
2006-06-07Small improvement to django.template.resolve_variable -- isdigit() instead of...Adrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-05-15Fixed #1852 -- Improved TemplateSyntaxError to display the original exception...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty