| Age | Commit message (Expand) | Author |
| 2008-02-04 | Allow whitespace prior to an "extends" tag. This allows a little more formatt... | Malcolm Tredinnick |
| 2008-01-28 | Fixed #6471 -- Fixed stringfilter decoration of `force_escape` filter. | Gary Wilson Jr |
| 2008-01-06 | Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. | Malcolm Tredinnick |
| 2008-01-06 | The "first" filter can return an unsafe string for safe input ( {{"<"|firs... | Malcolm Tredinnick |
| 2008-01-05 | Reverted 'regroup' template tag changes from [6956], as they caused bug #6271... | Adrian Holovaty |
| 2008-01-02 | Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing... | Adrian Holovaty |
| 2007-12-22 | Renamed 'reversed' variable to 'is_reversed' in ForLoop template tag implemen... | Adrian Holovaty |
| 2007-12-22 | Negligible cleanups to django.template.context | Adrian Holovaty |
| 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-12-19 | Removed some reverse string craziness from the regroup template tag argument ... | Gary Wilson Jr |
| 2007-12-19 | Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile... | Malcolm Tredinnick |
| 2007-12-17 | Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv. | Malcolm Tredinnick |
| 2007-12-05 | Fixed #6132: note to self: when you add new template tags, you need to rememb... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up... | Jacob Kaplan-Moss |
| 2007-12-02 | Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new | Malcolm Tredinnick |
| 2007-12-01 | Edited docs/serialization.txt changes from [6645] | Adrian Holovaty |
| 2007-11-30 | Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes. | Malcolm Tredinnick |
| 2007-11-29 | Fixed #6030 -- More robust error handling for the "float" filter. Thanks, | Malcolm Tredinnick |
| 2007-11-29 | Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049 | Malcolm Tredinnick |
| 2007-11-28 | Fixed #5890 -- fixed the far edge-case of allowing constant strings inside | Malcolm Tredinnick |
| 2007-11-28 | Fixed an edge-case for auto-escaping: if the stringfilter decorator is used and | Malcolm Tredinnick |
| 2007-11-20 | Fixed #5983 -- Made iriencode filter respect safe strings. Patch from | 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 | Content coming via {{ block.super }} is always going to be correctly escaped | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-11-04 | `floatformat` template filter docstring changes: | Gary Wilson Jr |
| 2007-11-04 | Added examples to the `pluralize` template filter's docstring. | Gary Wilson Jr |
| 2007-11-04 | Style and import fixes. | Gary Wilson Jr |
| 2007-11-03 | Made use of `itertools.cycle` for the `cycle` template tag. | Gary Wilson Jr |
| 2007-10-20 | Fixed #4123 -- Changed the firstof template tag to correctly handle a literal | Malcolm Tredinnick |
| 2007-10-20 | Fixed a markup problem in the docstring for the "if" tag. This was showing up | Malcolm Tredinnick |
| 2007-09-21 | Fixed #3453: introduced a new template variable resolution system by Brian Ha... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #5243 -- Allow loading of templatetags from subdirectories (via dotted ... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks,... | Adrian Holovaty |
| 2007-09-14 | Fixed #5445: added some compatibility code for the lack of __iter__ in Jython... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ... | Russell Keith-Magee |
| 2007-09-11 | Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd... | Russell Keith-Magee |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-08-18 | Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. | Malcolm Tredinnick |
| 2007-08-06 | Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template tag. ... | Adrian Holovaty |
| 2007-07-23 | Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4842 -- Added slightly more robust error reporting. Thanks, Thomas | Malcolm Tredinnick |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |