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