| Age | Commit message (Expand) | Author |
| 2012-01-15 | Made dictsort and dictsort reversed template filters fail silently | Ramiro Morales |
| 2012-01-03 | Fixed #17496 -- Regression in the floatformat template filter, introduced by ... | Aymeric Augustin |
| 2011-12-30 | Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo... | Aymeric Augustin |
| 2011-12-17 | Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolsky | Adrian Holovaty |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-10-30 | Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem... | Aymeric Augustin |
| 2011-10-29 | Made the defaultfilters tests run on the actual filters, not on functions imp... | Aymeric Augustin |
| 2011-10-29 | Used the decorator syntax consistently to register template filters. | Aymeric Augustin |
| 2011-10-29 | Used the decorator syntax consistently for stringfilter. Fixed linebreaks tha... | Aymeric Augustin |
| 2011-09-18 | Fixed #16676 -- Corrected the behavior of the 'add' template filter to return... | Julien Phalip |
| 2011-09-10 | Kill some more dead code. | Alex Gaynor |
| 2011-08-22 | Silenced a "classic division" warning in floatformat template filter. | Malcolm Tredinnick |
| 2011-07-29 | Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs... | Jannis Leidel |
| 2011-07-25 | Fixed #16510 -- Actually added new truncatechars filter to the builtins and f... | Jannis Leidel |
| 2011-07-14 | Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be... | Jannis Leidel |
| 2011-05-27 | Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ... | Ramiro Morales |
| 2011-05-27 | Moved a bunch of imports in the defaultfilters library out of functions. On ... | Alex Gaynor |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-03-03 | Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to... | Ramiro Morales |
| 2011-01-26 | Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up a... | Alex Gaynor |
| 2011-01-24 | Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David... | Russell Keith-Magee |
| 2011-01-02 | Fixed #2986 -- Made the JavaScript code that drives related model instance ad... | Ramiro Morales |
| 2010-11-27 | Fixed #12248 -- Refactored django.template to get code out of __init__.py, to... | Russell Keith-Magee |
| 2010-09-13 | Fixed #13765 - 'safe' parameter for urlencode filter | Luke Plant |
| 2010-09-13 | Fixed #12965 - unordered_list template filter fails when given a non-iterable... | Luke Plant |
| 2010-08-16 | Fixed #14002 -- Modified filesize filter to ensure strings are translatable. ... | Russell Keith-Magee |
| 2010-08-14 | Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file... | Russell Keith-Magee |
| 2010-08-07 | Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and... | Russell Keith-Magee |
| 2010-08-03 | Fixed #11377: the template join filter now correctly escapes the joiner, too. | Jacob Kaplan-Moss |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-03-15 | Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T... | Russell Keith-Magee |
| 2010-02-22 | Fixed #11687: the `add` filter is now less failsome when faced with things th... | Jacob Kaplan-Moss |
| 2010-02-13 | Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th... | Russell Keith-Magee |
| 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-12 | Fixed #11972: Corrected title filter handling of numbers followed by letters.... | Karen Tracey |
| 2009-10-12 | Fixed #11993: fixed the the `floatformat` filter on `NaN` values in Python 2.... | Jacob Kaplan-Moss |
| 2009-04-12 | Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs. | Malcolm Tredinnick |
| 2009-04-02 | Fixed #9520: make the date filter fail silently for non-date values. Thanks, ... | 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 #8462 -- Made `length` and `length_is` template filters fail silently w... | Gary Wilson Jr |
| 2009-03-02 | Fixed #9701 -- Added a "safeseq" template filter. | Malcolm Tredinnick |
| 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-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-08-26 | Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware | Malcolm Tredinnick |
| 2008-08-26 | Fixed #7177 -- Added extra robustness to the escapejs filter so that all | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c... | Russell Keith-Magee |
| 2008-08-23 | Reverted [8481] and [8482] while we work out what is going on with #8453 and ... | Russell Keith-Magee |