summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2008-12-10 16:13:14 +0000
committerKaren Tracey <kmtracey@gmail.com>2008-12-10 16:13:14 +0000
commit08d47a16e3e0bf8f593f4d91fa2071b2f6c9a2ef (patch)
treee9ff47a59d615880ea45b337f1a89355e9559a22 /docs
parent6ff50eb24c28c6dc5bb7a4f50075919544585d23 (diff)
[1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. This was [9529] on trunk.
Also updated svnmerge.py metadata; all non bugfix changesets from trunk have been applied to 1.0.X. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 4a922fbe7d..a14f50adf0 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1584,20 +1584,20 @@ Value Argument Outputs
========== ====================== ==================================
Other tags and filter libraries
-===============================
+-------------------------------
Django comes with a couple of other template-tag libraries that you have to
enable explicitly in your ``INSTALLED_APPS`` setting and enable in your
template with the ``{% load %}`` tag.
django.contrib.humanize
------------------------
+~~~~~~~~~~~~~~~~~~~~~~~
A set of Django template filters useful for adding a "human touch" to data. See
:ref:`ref-contrib-humanize`.
django.contrib.markup
----------------------
+~~~~~~~~~~~~~~~~~~~~~
A collection of template filters that implement these common markup languages:
@@ -1608,7 +1608,7 @@ A collection of template filters that implement these common markup languages:
See :ref:`ref-contrib-markup`.
django.contrib.webdesign
-------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~
A collection of template tags that can be useful while designing a website,
such as a generator of Lorem Ipsum text. See :ref:`ref-contrib-webdesign`.