diff options
author | Luke Plant <L.Plant.98@cantab.net> | 2009-12-03 14:48:47 +0000 |
---|---|---|
committer | Luke Plant <L.Plant.98@cantab.net> | 2009-12-03 14:48:47 +0000 |
commit | 20c7e646ffee266f6540c2b88bf4e9ff1e8f70de (patch) | |
tree | b3f4ce41c08b7be8bb1a7b2033b3b6d9680f86e5 /docs/ref/contrib/csrf.txt | |
parent | ce7c61d61edc2c9f7d4c13811664bd226864bf30 (diff) | |
download | django-20c7e646ffee266f6540c2b88bf4e9ff1e8f70de.tar.gz |
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
Diffstat (limited to 'docs/ref/contrib/csrf.txt')
-rw-r--r-- | docs/ref/contrib/csrf.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 --------------- |