| Age | Commit message (Expand) | Author |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-09-26 | Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2456 -- Added backslash escaping to addslashes, which is necessary once | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2743 -- Made the value of a cycle tag accessible through the context. | Malcolm Tredinnick |
| 2006-09-05 | Fixed #2645 -- Fixed format-string error in exception call in template/__init... | Adrian Holovaty |
| 2006-09-04 | Added small comment to django.template.loader_tags, to clarify change from [3... | Adrian Holovaty |
| 2006-09-04 | Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w... | Russell Keith-Magee |
| 2006-09-03 | Refs #2333 - Added documentation for the test Client, and removed a stray imp... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Removed a call to the signal dispatcher that was mistakenly merg... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Re-added the template rendering signal for testing purposes; how... | Russell Keith-Magee |
| 2006-08-30 | Refs #1400 - Reverted r3269. Template variable evalution should follow Python... | Russell Keith-Magee |
| 2006-08-27 | Reverted [3659], the 'name' field on Template objects and the signal emitted ... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added a signal that is emitted whenever a template is rendered, ... | Russell Keith-Magee |
| 2006-08-13 | Fixed incorrect error message in django.template.loaders.filesystem if you pa... | Adrian Holovaty |
| 2006-08-12 | Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ... | Adrian Holovaty |
| 2006-07-27 | Fixed #1650: the {% extends %} tag now can extend a Template object passed in... | Jacob Kaplan-Moss |
| 2006-07-25 | Made correction to a comment in django/template/loader_tags.py | Adrian Holovaty |
| 2006-07-25 | Negligible formatting change to django/template/__init__.py | Adrian Holovaty |
| 2006-07-21 | Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa... | Jacob Kaplan-Moss |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-19 | Fixed #1647 -- Included slightly more information in template syntax error | Malcolm Tredinnick |
| 2006-07-15 | Fixed a small typo in the wordwrap filter's docstring. | Malcolm Tredinnick |
| 2006-07-10 | Fixed #2320 -- corrected numerous errors in the custom tag examples in | Malcolm Tredinnick |
| 2006-07-07 | Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi... | Adrian Holovaty |
| 2006-07-04 | Refs #2202 -- Cleaned up technique of splitting arguments, based upon a sugge... | Russell Keith-Magee |
| 2006-07-04 | Fixes #2202 -- Added ability to customize output of pluralize filter to handl... | Russell Keith-Magee |
| 2006-07-04 | Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru... | Russell Keith-Magee |
| 2006-07-04 | Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ... | Russell Keith-Magee |
| 2006-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2102 -- Template system 'for' loops now support generators. Thanks, db... | Adrian Holovaty |
| 2006-06-18 | Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. | Malcolm Tredinnick |
| 2006-06-11 | Fixed #2127 -- Made datetime filters fail silently when passed empty strings or | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Added django.template.Token.split_contents() and used it to add support for s... | Adrian Holovaty |
| 2006-06-08 | Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of... | Adrian Holovaty |
| 2006-06-07 | Small improvement to django.template.resolve_variable -- isdigit() instead of... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-05-16 | Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.... | Adrian Holovaty |
| 2006-05-15 | Fixed #1852 -- Improved TemplateSyntaxError to display the original exception... | Adrian Holovaty |
| 2006-05-15 | Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |