| Age | Commit message (Expand) | Author |
| 2010-02-22 | Fixed #11687: the `add` filter is now less failsome when faced with things th... | Jacob Kaplan-Moss |
| 2010-02-21 | Fixed #5972 - Allow the template filters to be used with the trans tag. Thank... | Jannis Leidel |
| 2010-02-21 | Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi... | Jannis Leidel |
| 2010-02-21 | Fixed #7876 - Improved template error message to include expected end tag. Th... | Jannis Leidel |
| 2010-02-13 | Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th... | Russell Keith-Magee |
| 2010-01-26 | Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ... | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-01 | Fixed #12472 - Correctly show TimeFields values when using locale-aware forma... | Jannis Leidel |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 2009-12-20 | Fixed a broken ImproperlyConfigured error message | Simon Willison |
| 2009-12-14 | Fixed #6262 -- Added a cached template loader, and modified existing template... | Russell Keith-Magee |
| 2009-12-12 | Fixed #11972: Corrected title filter handling of numbers followed by letters.... | Karen Tracey |
| 2009-12-09 | Implemented 'smart if' template tag, allowing filters and various operators t... | Luke Plant |
| 2009-10-27 | Fixed #12095 - login and other contrib views failing if template rendered usi... | Luke Plant |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-10-12 | Fixed #11993: fixed the the `floatformat` filter on `NaN` values in Python 2.... | Jacob Kaplan-Moss |
| 2009-07-16 | Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ... | Russell Keith-Magee |
| 2009-07-03 | Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia... | Russell Keith-Magee |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 2009-05-07 | Fixed #11026, a small typo in the regroup template tag docstring. Thanks, | Jacob Kaplan-Moss |
| 2009-04-12 | Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags. | Malcolm Tredinnick |
| 2009-04-10 | Fixed #9315 -- Handle spaces in URL tag arguments. | Malcolm Tredinnick |
| 2009-04-07 | Fixed #9756: the for tag no longer leaves the context stack unbalanced when d... | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #10644: removed an undocumented, unused, and (as far as I can tell) unn... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #9520: make the date filter fail silently for non-date values. Thanks, ... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #10053: the most exciting commit you'll ever see. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum... | Brian Rosner |
| 2009-04-01 | Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set.... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10513: floatformat now works with floatish things, not just real float... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10079 -- Moved settings import inside the function that uses it so tha... | Gary Wilson Jr |
| 2009-03-30 | Fixed #8462 -- Made `length` and `length_is` template filters fail silently w... | Gary Wilson Jr |
| 2009-03-25 | Template filters now pass numerical arguments through as numbers. | Malcolm Tredinnick |
| 2009-03-23 | Fixed an error in the `firstof` template tag when used with `TEMPLATE_STRING_... | Jacob Kaplan-Moss |
| 2009-03-23 | Fixed #5756, #6296 -- Most template tags can now handle filters in arguments. | Malcolm Tredinnick |
| 2009-03-23 | Added consistent support for double- and single-quote delimiters in templates. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-02 | Fixed #9701 -- Added a "safeseq" template filter. | Malcolm Tredinnick |
| 2009-01-16 | Fixed #10014 -- Don't crash when using debug template tag inside a block node... | Malcolm Tredinnick |
| 2008-11-24 | Here's the rest of [9530] where I actually rename the tag like I said I did. ... | Jacob Kaplan-Moss |
| 2008-11-24 | Fixed #6398: added an optional `{% empty %}` clause to the `{% for %}` templa... | Jacob Kaplan-Moss |
| 2008-11-15 | Fixed a bug introduced in r9422. | Malcolm Tredinnick |
| 2008-11-15 | Fixed #6948 -- The join filter was escaping the literal value that was | Malcolm Tredinnick |
| 2008-11-13 | Fixed #9579 -- Properly handle apps running with (and specifically, loading t... | Karen Tracey |
| 2008-11-08 | Fixed #5748 -- Made floatformat filter round properly on all platforms and ha... | Karen Tracey |
| 2008-10-28 | Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur... | Karen Tracey |
| 2008-10-06 | Added some better error reporting and path handling when creating template pa... | Malcolm Tredinnick |
| 2008-08-31 | Fixed #7027: template tags now corectly break tokens around strings marked fo... | Jacob Kaplan-Moss |