summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-29 08:57:34 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-29 08:57:34 -0800
commit1ed02843abe74a188bb7f9bc984e52ef63ae9a1f (patch)
treee6e165f1418cc32d576c0c216fc561eea6c5aa1c
parentad975c64fcdf3faa67cacd51665c4f95a2c5b060 (diff)
parentaf64f829d7b9179ebda0033cef5f0c0d9dd73079 (diff)
Merge pull request #2224 from Ian-Foote/patch-1
Fix typo CRSF -> CSRF
-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