| Age | Commit message (Expand) | Author |
| 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 |
| 2008-08-23 | Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil... | Russell Keith-Magee |
| 2008-03-20 | FIxed #6513 -- Handle overflows better in the floatformat filter. It's not | Malcolm Tredinnick |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 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 |
| 2007-12-19 | Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile... | 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-01 | Edited docs/serialization.txt changes from [6645] | Adrian Holovaty |
| 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 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-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-09-21 | Fixed #3453: introduced a new template variable resolution system by Brian Ha... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks,... | Adrian Holovaty |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4842 -- Added slightly more robust error reporting. Thanks, Thomas | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-04-23 | Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste. | Malcolm Tredinnick |
| 2007-03-10 | Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, Simon | Malcolm Tredinnick |
| 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-13 | Fixed #3155 -- Allow an integer to be passed to the urlencode filter. Patch | Malcolm Tredinnick |
| 2007-02-10 | Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst | Malcolm Tredinnick |
| 2007-01-03 | Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ... | Russell Keith-Magee |
| 2006-11-07 | Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, dev@sim... | Jacob Kaplan-Moss |
| 2006-09-23 | Fixed #2456 -- Added backslash escaping to addslashes, which is necessary once | Malcolm Tredinnick |
| 2006-08-12 | Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ... | 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-15 | Fixed a small typo in the wordwrap filter's docstring. | Malcolm Tredinnick |
| 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-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-11 | Fixed #2127 -- Made datetime filters fail silently when passed empty strings or | Malcolm Tredinnick |
| 2006-05-16 | Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.... | 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 |