mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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:
parent
ce7c61d61e
commit
20c7e646ff
2 changed files with 22 additions and 4 deletions
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue