| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-12 | Clarified a bit of the {% url %} documentation. Fixes #7714. | Jacob Kaplan-Moss |
| 2008-07-30 | Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l... | Russell Keith-Magee |
| 2008-07-26 | Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7948 -- Fixed a typo in the linebreaks filter documentation, pointed out | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u... | Adrian Holovaty |
| 2008-07-01 | Changed a documentation example that wasn't wrong to stop complaints. | Malcolm Tredinnick |
| 2008-06-17 | Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com f... | Russell Keith-Magee |
| 2008-06-16 | Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Cio... | Adrian Holovaty |
| 2008-03-18 | Fixed #6166: Improved example of autoescaping with template inheritance. Base... | James Bennett |
| 2008-03-18 | Edited docs/templates.txt changes from [7276] | Adrian Holovaty |
| 2008-03-18 | Fixed #6351: added more examples to template filters. Thanks, David Tulig and... | Jacob Kaplan-Moss |
| 2008-02-16 | Made a bunch of small doc rewordings from changes over the past couple of weeks | Adrian Holovaty |
| 2008-01-09 | Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23. | Malcolm Tredinnick |
| 2008-01-06 | Fixed #6330 -- Fixed reST error in templates documentation, thanks `SmileyChr... | Gary Wilson Jr |
| 2008-01-06 | Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. | Malcolm Tredinnick |
| 2007-12-11 | Fixed #6151 -- Added some code formatting to the `floatformat` template filte... | Gary Wilson Jr |
| 2007-12-04 | Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up... | Jacob Kaplan-Moss |
| 2007-12-04 | Removed some 'behaviour's from the docs | Adrian Holovaty |
| 2007-12-02 | Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon. | Malcolm Tredinnick |
| 2007-12-01 | Edited templates.txt and templates_python.txt auto-escaping changes from [6671] | Adrian Holovaty |
| 2007-12-01 | Edited docs/custom_model_fields.txt from [6652] | Adrian Holovaty |
| 2007-11-30 | Edited docs/templates.txt changes from [6533]. Let's not smash people over th... | Adrian Holovaty |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-14 | Content coming via {{ block.super }} is always going to be correctly escaped | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-11-04 | Added pretty tables for `floatformat` documentation. | Gary Wilson Jr |
| 2007-11-04 | Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch... | Gary Wilson Jr |
| 2007-10-20 | Fixed #4123 -- Changed the firstof template tag to correctly handle a literal | Malcolm Tredinnick |
| 2007-10-20 | Added a section to the template documentation to clarify the arbitrary Python | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5658 -- Added a note to the top of the "for template authors" template... | Gary Wilson Jr |
| 2007-09-17 | Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di... | Gary Wilson Jr |
| 2007-09-15 | Fixed #5477 -- Added links from the markup filters to the more extensive docu... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks,... | Adrian Holovaty |
| 2007-09-14 | Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ... | Russell Keith-Magee |
| 2007-09-09 | Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt | Adrian Holovaty |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-08-19 | Edited docs/templates.txt change from [5938] | Adrian Holovaty |
| 2007-08-19 | Added a note that the development version supports named URL patterns in the ... | Malcolm Tredinnick |
| 2007-08-19 | Clarified that urlize and urlizetrunc should only be applied to plain text. R... | Malcolm Tredinnick |
| 2007-07-15 | Improved docs/templates.txt section on the 'regroup' tag | Adrian Holovaty |
| 2007-07-12 | Fixed #4522 -- Clarified the allowed filter arguments on the time and date fi... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter. | Malcolm Tredinnick |
| 2007-06-08 | Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil... | Russell Keith-Magee |
| 2007-06-07 | Fixed #4000 - changed documentation to note that filter arguments no longer n... | Jacob Kaplan-Moss |
| 2007-05-27 | Added a clarification that {#...#} is only for single-line comments. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4355 -- Clarified a confusing example in the use of the url template | Malcolm Tredinnick |
| 2007-04-16 | Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs. | Russell Keith-Magee |