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
This commit is contained in:
Luke Plant 2009-12-03 14:48:47 +00:00
parent ce7c61d61e
commit 20c7e646ff
2 changed files with 22 additions and 4 deletions

View file

@ -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
---------------