summaryrefslogtreecommitdiff
path: root/docs/templates.txt
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 4186 to 4454 from trunk.Robin Munn2007-01-311-4/+22
* sqlalchemy: Merged revisions 4054 to 4185 from trunk.Robin Munn2006-12-081-1/+1
* sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn2006-11-081-9/+41
* sqlalchemy: Merged revisions 3832 to 3917 from trunk.Robin Munn2006-10-241-1/+6
* Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than...Adrian Holovaty2006-08-211-3/+5
* Added note to docs/templates.txt about same logical operatorAdrian Holovaty2006-07-291-0/+5
* Small clarification to docs/templates.txt change from [3465]Adrian Holovaty2006-07-281-5/+6
* Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss2006-07-271-4/+8
* Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronistAdrian Holovaty2006-07-141-1/+1
* Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee2006-07-041-1/+15
* Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick2006-06-211-0/+18
* Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick2006-06-181-0/+2
* Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty2006-06-081-8/+20
* Added django.contrib.humanize, a set of template tags for adding a 'human tou...Adrian Holovaty2006-06-041-0/+24
* Fixed more ReST errors in docsAdrian Holovaty2006-05-021-2/+2
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-65/+65
* Added note to docs/templates.txt about {% extends %} needing to be the first ...Adrian Holovaty2006-04-111-0/+3
* Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol...Adrian Holovaty2006-03-021-1/+1
* Fixed #1365 -- Improved docs/templates.txt to note location of admin document...Adrian Holovaty2006-02-171-1/+5
* Added better docs for 'phone2numeric' template filterAdrian Holovaty2006-02-131-1/+6
* Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s...Adrian Holovaty2006-02-091-0/+6
* Added 'Custom libraries and template inheritance' section to docs/templates.txtAdrian Holovaty2006-01-211-0/+14
* Fixed bug in spaceless template-tag documentation. Thanks, EsajAdrian Holovaty2006-01-161-2/+2
* Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ...Adrian Holovaty2006-01-151-3/+4
* Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty2006-01-151-0/+28
* Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty2006-01-111-4/+2
* Fixed typo in docs/templates.txt. Thanks, pbxAdrian Holovaty2005-12-011-1/+1
* Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty2005-11-261-0/+5
* Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty2005-11-221-0/+36
* Fixed bug in docs/templates.txtAdrian Holovaty2005-11-221-1/+1
* Beefed up docs for floatformat template filterAdrian Holovaty2005-11-221-2/+6
* Fixed formatting bug in docs/templates.txtAdrian Holovaty2005-11-221-0/+1
* Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty2005-11-061-1/+1
* Fixed ReST bug in templates.txtAdrian Holovaty2005-11-061-20/+20
* Fixed ReST bug in templates.txtAdrian Holovaty2005-11-061-58/+58
* Changed headers in docs/templates.txt to match style from other documentationAdrian Holovaty2005-11-061-8/+8
* Fixed ReST bug in [1110]Adrian Holovaty2005-11-061-34/+34
* Reformatted docs/templates.txt to put headings in filter and tag references, ...Adrian Holovaty2005-11-061-442/+575
* Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty2005-10-221-4/+7
* Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txtAdrian Holovaty2005-10-201-0/+5
* Fixed another ReST bug in template docs from [969]Adrian Holovaty2005-10-201-1/+2
* Fixed ReST bug in template docs from [969]Adrian Holovaty2005-10-201-0/+1
* Lightly refactored django.utils.dateformat to make it use less code. Also int...Adrian Holovaty2005-10-201-6/+71
* Fixed typo in docs/templates.txtAdrian Holovaty2005-10-171-4/+4
* Added note about multiple block tags to docs/templates.txtAdrian Holovaty2005-10-171-0/+7
* Fixed ReST bugs in docs/templates.txtAdrian Holovaty2005-10-141-2/+2
* Fixed #622 -- Added default_if_none filter. Thanks, EricAdrian Holovaty2005-10-141-40/+44
* Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var...Jacob Kaplan-Moss2005-09-291-0/+4
* Improved docs/templates.txt to add example for slice filter. Thanks for the s...Adrian Holovaty2005-09-241-0/+2
* Added docs/templates_python.txt, which isn't finished yetAdrian Holovaty2005-09-051-4/+4