summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-11-23 13:44:24 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-11-23 13:44:24 +0000
commitcf169d9e12720558f3de5fa9cfb5aa3d925f3c57 (patch)
tree79514afa4c2257fccbbecc95f1e42e0961e96693 /docs/ref/templates
parentf5fefcc8c959ed660d69da7177e5ad68efcc3feb (diff)
Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 8266224c39..6d6abd1098 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -51,7 +51,7 @@ comment
Ignore everything between ``{% comment %}`` and ``{% endcomment %}``
-.. templatetag:: cycle
+.. templatetag:: csrf_token
csrf_token
~~~~~~~~~~
@@ -63,6 +63,8 @@ future compatibility purposes. In Django 1.2 and later, it is used for CSRF
protection, as described in the documentation for :ref:`Cross Site Request
Forgeries <ref-contrib-csrf>`.
+.. templatetag:: cycle
+
cycle
~~~~~