summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-02-22 11:31:54 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-02-22 11:31:54 +0000
commit8b5fc4ac009f4db6a30db717456ba6480beb2628 (patch)
treed59303c8700002858f5648031eb60ac6979719a2 /docs/ref
parent12fd6e1106039269d7fe501d61951f1a1aac9fa3 (diff)
[1.1.X] Removed example CSRF jQuery code from release notes, replacing with link to improved code in the CSRF docsstable/1.1.x
Backport of [15628] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15630 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 45d4b459c7..4ebaa33905 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -39,6 +39,8 @@ replaced instead of using ``CsrfMiddleware``.
(previous versions of Django did not provide these two components
of ``CsrfMiddleware`` as described above)
+.. _csrf-ajax:
+
AJAX
----