summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-02-22 11:27:58 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-02-22 11:27:58 +0000
commit37343bac8a62aa31431e343f25f957a5392863fb (patch)
treea4eea7353e789659398c91d9f56313a7313aa906 /docs/ref
parent337d102b8612503bb9dc712bfbf07432a9a96302 (diff)
Removed example CSRF jQuery code from release notes, replacing with link to improved code in the CSRF docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/csrf.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index a6731223e0..c28bd0319f 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
----