Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #2181 -- allow '{' and '}' to be escaped via {% ↵Malcolm Tredinnick2006-06-181-0/+2
| | | | | | templatetag ... %}. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2109 -- Convert old-style classes to new-style ↵Adrian Holovaty2006-06-081-4/+4
| | | | | | classes throughout Django. Thanks, Nicola Larosa git-svn-id: http://code.djangoproject.com/svn/django/trunk@3113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added django.template.Token.split_contents() and used it ↵Adrian Holovaty2006-06-081-15/+10
| | | | | | to add support for strings with spaces in {% ifchanged %} git-svn-id: http://code.djangoproject.com/svn/django/trunk@3112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Small improvement to django.template.resolve_variable -- ↵Adrian Holovaty2006-06-071-3/+3
| | | | | | isdigit() instead of 0123456789 git-svn-id: http://code.djangoproject.com/svn/django/trunk@3098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Eliminated lots of mutable default arguments (since they ↵Luke Plant2006-06-031-1/+2
| | | | | | | | | are bugs waiting to happen and are memory leaks too). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1852 -- Improved TemplateSyntaxError to display ↵Adrian Holovaty2006-05-151-1/+14
| | | | | | the original exception if str() of the exception raises an exception in itself. Thanks, nnorwitz@google.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@2906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is ↵Adrian Holovaty2006-05-021-0/+876
highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37