Skip to content

Commit

Permalink
Fixed typo in release notes regarding CSRF with PUT/DELETE etc
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed Jun 14, 2011
1 parent 3f37d16 commit 06a2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Previously, Django's :doc:`CSRF protection </ref/contrib/csrf/>` provided
protection against only POST requests. Since use of PUT and DELETE methods in
AJAX applications is becoming more common, we now protect all methods not
defined as safe by RFC 2616 i.e. we exempt GET, HEAD, OPTIONS and TRACE, and
enforce protection on everything.
enforce protection on everything else.

If you using PUT or DELETE methods in AJAX applications, please see the
:ref:`instructions about using AJAX and CSRF <csrf-ajax>`.
Expand Down

0 comments on commit 06a2515

Please sign in to comment.