Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #2181 -- allow '{' and '}' to be escaped via {% tem...Malcolm Tredinnick2006-06-181-0/+2
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-4/+4
* Added django.template.Token.split_contents() and used it ...Adrian Holovaty2006-06-081-15/+10
* Small improvement to django.template.resolve_variable -- ...Adrian Holovaty2006-06-071-3/+3
* Eliminated lots of mutable default arguments (since they ...Luke Plant2006-06-031-1/+2
* Fixed #1852 -- Improved TemplateSyntaxError to display th...Adrian Holovaty2006-05-151-1/+14
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+876