From 20c7e646ffee266f6540c2b88bf4e9ff1e8f70de Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 3 Dec 2009 14:48:47 +0000 Subject: Added notes to "Features deprecated in 1.2" about CSRF and SMTPConnection git-svn-id: http://code.djangoproject.com/svn/django/trunk@11788 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 b76ec2f4f0..ea76fc3739 100644 --- a/docs/ref/contrib/csrf.txt +++ b/docs/ref/contrib/csrf.txt @@ -153,6 +153,8 @@ launch a CSRF attack on your site against that user. The ``@csrf_response_exempt`` decorator can be used to fix this, but only if the page doesn't also contain internal forms that require the token. +.. _ref-csrf-upgrading-notes: + Upgrading notes --------------- -- cgit v1.3