Commit 05cef193 authored by Ian Foote's avatar Ian Foote Committed by Tim Graham
Browse files

[1.6.x] Fix typo CRSF -> CSRF

Backport of af64f829 from master
parent 6f8e655c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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