summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Foote <python@ian.feete.org>2014-01-29 16:54:02 +0000
committerTim Graham <timograham@gmail.com>2014-01-29 12:08:42 -0500
commit05cef1939e523bdd80d3d3f7864c3b89a2cab303 (patch)
tree6994989109634564fc0b2a26d6363391c5c74bc2 /docs
parent6f8e655ca0b58c40d0ad42ba388daf0b410034a5 (diff)
[1.6.x] Fix typo CRSF -> CSRF
Backport of af64f829d7 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/csrf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index f8b3cf2646..5c73ba3242 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -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