| Age | Commit message (Expand) | Author |
| 2007-04-12 | Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman. | Russell Keith-Magee |
| 2007-04-01 | Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre... | Russell Keith-Magee |
| 2007-03-30 | Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ... | Adrian Holovaty |
| 2007-03-29 | Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked in t... | Russell Keith-Magee |
| 2007-03-27 | Fixed #3814 -- Fixed HTML typo in docs/templates.txt regroup section. Thanks,... | Adrian Holovaty |
| 2007-03-27 | Edited docs/templates.txt changes from [4830] | Adrian Holovaty |
| 2007-03-27 | Cleaned up the docs from [4830] a bit. | Jacob Kaplan-Moss |
| 2007-03-27 | Fixed #3826: added a {% with %}. Thanks, SmileyChris. | Jacob Kaplan-Moss |
| 2007-03-23 | Remove notes about things added/removed in development version, since the dev... | James Bennett |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-13 | Cleaned up docs/templates.txt 'url' tag documentation from [4494] | Adrian Holovaty |
| 2007-02-13 | Fixed #2606 -- Added tag for working out the URL of a particular view function. | Malcolm Tredinnick |
| 2007-02-12 | Small formatting tweaks to named-end-blocks change from [4489] | Adrian Holovaty |
| 2007-02-12 | Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensure | Malcolm Tredinnick |
| 2007-02-10 | Added some documentation for truncatewords_html (added in [4468]). | Malcolm Tredinnick |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2007-01-03 | Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ... | Russell Keith-Magee |
| 2006-11-10 | Fixed typo in docs/templates.txt | Adrian Holovaty |
| 2006-11-07 | Fixed typo in docs/templates.txt | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 2006-11-07 | Fixed #2800: the ifchanged tag now can optionally take paramaters to be check... | Jacob Kaplan-Moss |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-09-29 | Fixed #2845 -- Corrected a few spelling errors in the docs and changed a | Malcolm Tredinnick |
| 2006-09-28 | Added a note about not using ifequal and ifnotequal to compare against True, | Malcolm Tredinnick |
| 2006-08-21 | Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than... | Adrian Holovaty |
| 2006-07-29 | Added note to docs/templates.txt about same logical operator | Adrian Holovaty |
| 2006-07-28 | Small clarification to docs/templates.txt change from [3465] | Adrian Holovaty |
| 2006-07-27 | Fixed #1650: the {% extends %} tag now can extend a Template object passed in... | Jacob Kaplan-Moss |
| 2006-07-14 | Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist | Adrian Holovaty |
| 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-18 | Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of... | Adrian Holovaty |
| 2006-06-04 | Added django.contrib.humanize, a set of template tags for adding a 'human tou... | Adrian Holovaty |
| 2006-05-02 | Fixed more ReST errors in docs | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-11 | Added note to docs/templates.txt about {% extends %} needing to be the first ... | Adrian Holovaty |
| 2006-03-02 | Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol... | Adrian Holovaty |
| 2006-02-17 | Fixed #1365 -- Improved docs/templates.txt to note location of admin document... | Adrian Holovaty |
| 2006-02-13 | Added better docs for 'phone2numeric' template filter | Adrian Holovaty |
| 2006-02-09 | Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s... | Adrian Holovaty |
| 2006-01-21 | Added 'Custom libraries and template inheritance' section to docs/templates.txt | Adrian Holovaty |
| 2006-01-16 | Fixed bug in spaceless template-tag documentation. Thanks, Esaj | Adrian Holovaty |
| 2006-01-15 | Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ... | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2005-12-01 | Fixed typo in docs/templates.txt. Thanks, pbx | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |