1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

[1.6.x] Fix typo CRSF -> CSRF

Backport of af64f829d7 from master
This commit is contained in:
Ian Foote 2014-01-29 16:54:02 +00:00 committed by Tim Graham
parent 6f8e655ca0
commit 05cef1939e

View File

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