| Age | Commit message (Expand) | Author |
| 2009-07-03 | [1.0.X] Fixed #11413 -- Added notes on the cycle and firstof tag detailing th... | Russell Keith-Magee |
| 2009-05-17 | [1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ... | Karen Tracey |
| 2009-05-07 | [1.0.X] Fixed #11026, a small typo in the regroup template tag docstring. Tha... | Jacob Kaplan-Moss |
| 2009-04-12 | [1.0.X] Fixed #10675 -- Added unicode paragraph and line-sep handling to esca... | Malcolm Tredinnick |
| 2009-04-11 | [1.0.X] Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags. | Malcolm Tredinnick |
| 2009-04-10 | [1.0.X] Fixed #9315 -- Handle spaces in URL tag arguments. | Malcolm Tredinnick |
| 2009-04-02 | [1.0.X] Fixed #9520: make the date filter fail silently for non-date values. ... | Jacob Kaplan-Moss |
| 2009-04-02 | [1.0.X] The most exciting *backport* you'll ever see. | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE is... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #10513: floatformat now works with floatish things, not just re... | Jacob Kaplan-Moss |
| 2009-03-30 | [1.0.X]: Fixed #10094 -- Fixed the `include` and `extends` template tags to w... | Gary Wilson Jr |
| 2009-03-30 | [1.0.X]: Fixed #10079 -- Moved settings import inside the function that uses ... | Gary Wilson Jr |
| 2009-03-30 | [1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s... | Gary Wilson Jr |
| 2009-01-16 | [1.0.X] Fixed #10014 -- Don't crash when using debug template tag inside a bl... | Malcolm Tredinnick |
| 2008-11-15 | [1.0.X] Fixed a bug introduced in r9443. | Malcolm Tredinnick |
| 2008-11-15 | [1.0.X] Fixed #6948 -- The join filter was escaping the literal value | Malcolm Tredinnick |
| 2008-11-13 | [1.0.X] Fixed #9579 -- Properly handle apps running with (and specifically, l... | Karen Tracey |
| 2008-11-08 | [1.0.X] Fixed #5748 -- Made floatformat filter round properly on all platform... | Karen Tracey |
| 2008-10-28 | [1.0.X] Fixed #8966 -- Changed is_safe for length_is filter to False, since i... | Karen Tracey |
| 2008-10-06 | [1.0.X] Added some better error reporting and path handling when creating tem... | Malcolm Tredinnick |
| 2008-08-31 | Fixed #7027: template tags now corectly break tokens around strings marked fo... | 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 | 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-08-15 | Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat... | Gary Wilson Jr |
| 2008-08-05 | Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this... | Luke Plant |
| 2008-08-01 | Fixed #3912 - Added simple type checking to template.Context.update() to help... | Luke Plant |
| 2008-07-26 | Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <r... | Adrian Holovaty |
| 2008-06-26 | Optimized {% cycle %} template tag so that it creates the Variable objects in... | Adrian Holovaty |
| 2008-06-26 | Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't resettin... | Adrian Holovaty |
| 2008-06-18 | Fixed #7318 -- Cleaned up the template inheritance logic, specifically to han... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7293 -- Corrected some doctests strings internal to the template modul... | Russell Keith-Magee |
| 2008-05-29 | Fixed #6430 -- Corrected the loading of templates from eggs, which was broken... | Russell Keith-Magee |
| 2008-05-29 | Fixed #6950 -- Modified initialization of template loaders to use a temporary... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan. | Russell Keith-Magee |
| 2008-03-20 | FIxed #6513 -- Handle overflows better in the floatformat filter. It's not | Malcolm Tredinnick |
| 2008-03-17 | Fixed #5884 -- Added better display error handling for template variables. | Malcolm Tredinnick |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-05 | Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to t... | Malcolm Tredinnick |
| 2008-02-04 | Fixed a simple TODO item in one error path of the "extends" tag. | Malcolm Tredinnick |
| 2008-02-04 | Fixed #5124 -- Added a reasonable error when "extends" is not the first templ... | Malcolm Tredinnick |
| 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 |