From b24bb6864938cdf32239e4dcfce0d89aaad8f8de Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 23 Nov 2009 13:52:59 +0000 Subject: [1.1.X] Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 release notes. Backport of r11760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11761 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/templates/builtins.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index d98e5055ed..7f9c4c4f32 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 ~~~~~~~~~~ @@ -62,6 +62,8 @@ In the Django 1.1.X series, this is a no-op tag that returns an empty string. It exists to ease the transition to Django 1.2, in which it is used for CSRF protection. +.. templatetag:: cycle + cycle ~~~~~ -- cgit v1.3