From 4e115af105a257f3d87327d1d324a6938a504245 Mon Sep 17 00:00:00 2001 From: Ian Foote Date: Wed, 29 Jan 2014 16:54:02 +0000 Subject: [PATCH] [1.5.x] Fix typo CRSF -> CSRF Backport of af64f829d7 from master --- 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 22e7547d93..a5f4492be8 100644 --- a/docs/ref/contrib/csrf.txt +++ b/docs/ref/contrib/csrf.txt @@ -448,7 +448,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