Kaydet (Commit) 1ed02843 authored tarafından Alex Gaynor's avatar Alex Gaynor

Merge pull request #2224 from Ian-Foote/patch-1

Fix typo CRSF -> CSRF
......@@ -447,7 +447,7 @@ should be the innermost decorator).
View needs protection for one path
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A view needs CRSF protection under one set of conditions only, and mustn't have
A view needs CSRF protection under one set of conditions only, and mustn't have
it for the rest of the time.
Solution: use :func:`~django.views.decorators.csrf.csrf_exempt` for the whole
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment