| Age | Commit message (Expand) | Author |
| 2008-06-06 | Fixed #7293 -- Corrected some doctests strings internal to the template modul... | Russell Keith-Magee |
| 2008-03-17 | Fixed #5884 -- Added better display error handling for template variables. | Malcolm Tredinnick |
| 2008-02-05 | Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to t... | Malcolm Tredinnick |
| 2008-02-04 | Fixed #5124 -- Added a reasonable error when "extends" is not the first templ... | Malcolm Tredinnick |
| 2007-12-22 | Negligible changes to django.template -- removed a useless docstring, convert... | Adrian Holovaty |
| 2007-12-22 | Removed lexer_factory() and parser_factory() functions in django.template, si... | Adrian Holovaty |
| 2007-12-22 | Removed a comment in django/template/__init__.py that suggests we would do 'c... | Adrian Holovaty |
| 2007-12-22 | Negligible formatting changes to django/template/__init__.py -- fixed some sp... | Adrian Holovaty |
| 2007-12-22 | Changed an '== None' to 'is None' in Template.__init__() | Adrian Holovaty |
| 2007-12-22 | Moved the various Debug classes in django.template to a new module, debug.py,... | Adrian Holovaty |
| 2007-11-30 | Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes. | Malcolm Tredinnick |
| 2007-11-28 | Fixed #5890 -- fixed the far edge-case of allowing constant strings inside | Malcolm Tredinnick |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-17 | Fixed #4713 -- Fixed handling of _() in template tag arguments. Based on | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-09-21 | Fixed #3453: introduced a new template variable resolution system by Brian Ha... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #5445: added some compatibility code for the lack of __iter__ in Jython... | Jacob Kaplan-Moss |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Trivial formatting changes. | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-05-24 | Fixed #4378 -- Fixed a broken format string. | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3753 -- Allow optional display of invalid variable name in | Malcolm Tredinnick |
| 2007-04-28 | Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson. | Malcolm Tredinnick |
| 2007-04-28 | Fixed #4176 -- Fixed unintended change introduced in [5104]. Thanks, | Malcolm Tredinnick |
| 2007-04-27 | Minor tweak. Removed unnecessary argument default. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure we | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3948 -- Added some extra relevant information to FilterExpression | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3670 -- Fixed template argument parsing so that it understands negative | Malcolm Tredinnick |
| 2007-02-27 | Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #343: filters that take strings now handle non-strings correctly. Thank... | Jacob Kaplan-Moss |
| 2007-02-09 | Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out by | Malcolm Tredinnick |
| 2007-02-06 | Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err... | Jacob Kaplan-Moss |
| 2006-12-05 | Template system now supports variables whose str() returns a Unicode object w... | Adrian Holovaty |
| 2006-11-07 | Fixed #2343: Library.inclusion_tag now accepts a list of template names along... | Jacob Kaplan-Moss |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | 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-05 | Fixed #2645 -- Fixed format-string error in exception call in template/__init... | 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 |