From af64f829d7b9179ebda0033cef5f0c0d9dd73079 Mon Sep 17 00:00:00 2001 From: Ian Foote Date: Wed, 29 Jan 2014 16:54:02 +0000 Subject: [PATCH] Fix typo CRSF -> CSRF --- docs/ref/contrib/csrf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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