| Age | Commit message (Expand) | Author |
| 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 #12613 -- Added Q and Z to the list of characters supported by the phon... | Russell Keith-Magee |
| 2010-01-26 | Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ... | Russell Keith-Magee |
| 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-09-10 | Fixed #11833: name conflict in filter test. | Luke Plant |
| 2009-06-18 | Fixed #11270 -- Modified cache template tag to prevent the creation of very l... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to stev... | Russell Keith-Magee |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 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-04 | Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc... | Karen Tracey |
| 2009-04-02 | Fixed #9520: make the date filter fail silently for non-date values. Thanks, ... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed the test in [10351] to work reguardless of the test settings. | 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 #10667 -- Added missing sys import. | Gary Wilson Jr |
| 2009-03-30 | Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ... | Gary Wilson Jr |
| 2009-03-30 | Fixed #8462 -- Made `length` and `length_is` template filters fail silently w... | Gary Wilson Jr |
| 2009-03-30 | Made the template tests error output a bit more pretty. | Gary Wilson Jr |
| 2009-03-29 | Removed an inadvertent raise statement added in [8777] and added the printing... | Gary Wilson Jr |
| 2009-03-25 | Template filters now pass numerical arguments through as numbers. | Malcolm Tredinnick |
| 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-23 | Removed an invalid template test (translating an empty string is a bad idea). | Malcolm Tredinnick |
| 2009-03-02 | Fixed #9701 -- Added a "safeseq" template filter. | Malcolm Tredinnick |
| 2009-03-01 | Fixed a misnamed test that was inadvertently hiding an earlier one. | 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 #6948 -- The join filter was escaping the literal value that was | Malcolm Tredinnick |
| 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-10-05 | Altered a failing url template tag test to work more reliably. | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Fixed #7027: template tags now corectly break tokens around strings marked fo... | Jacob Kaplan-Moss |
| 2008-08-31 | Added a couple of extra tests to ensure url tag robustness. These are an | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8710: removed a few stray tabs. Thanks, gkelly. | Jacob Kaplan-Moss |
| 2008-08-29 | Merge branch 'url-tag-asvar' | Jacob Kaplan-Moss |
| 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 | Because the filter tests take non-zero time to pass, it's possible for one of | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c... | Russell Keith-Magee |
| 2008-08-25 | Fixed #7460 -- Made the "cache" template tag always generate keys that can be | Malcolm Tredinnick |
| 2008-08-23 | Reverted [8481] and [8482] while we work out what is going on with #8453 and ... | Russell Keith-Magee |
| 2008-08-23 | Corrected a test case error mistakenly committed in [8481]. | Russell Keith-Magee |