From be57541af11b7144de700978b9ea3b50f20ffd02 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 10 Feb 2010 23:51:09 +0000 Subject: [PATCH] Fixed #12839 - noted change of import path for csrf_exempt decorator Thanks rubic for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12407 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/csrf.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt index e635a0380b5..6cf7da13def 100644 --- a/docs/ref/contrib/csrf.txt +++ b/docs/ref/contrib/csrf.txt @@ -244,6 +244,8 @@ Exceptions ---------- .. versionadded:: 1.1 +.. versionchanged:: 1.2 + Import paths for the decorators below were changed. To manually exclude a view function from being handled by either of the two CSRF middleware, you can use the ``csrf_exempt`` decorator, found in the