From e89c471ebb5ae2b55b3677a953759792fce84bc8 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 22 Feb 2011 11:30:10 +0000 Subject: [1.2.X] Removed example CSRF jQuery code from release notes, replacing with link to improved code in the CSRF docs Backport of [15628] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15629 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/csrf.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt index 18675e48c8..cd412b3043 100644 --- a/docs/ref/contrib/csrf.txt +++ b/docs/ref/contrib/csrf.txt @@ -81,6 +81,8 @@ The utility script ``extras/csrf_migration_helper.py`` can help to automate the finding of code and templates that may need to be upgraded. It contains full help on how to use it. +.. _csrf-ajax: + AJAX ---- -- cgit v1.3