summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-02-10 23:51:09 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-02-10 23:51:09 +0000
commitbe57541af11b7144de700978b9ea3b50f20ffd02 (patch)
tree67de83f4ee58993fab969bd6a0a327c675fe3a50
parentbb6b9aa47279e78d2a17a571da1a1523e3b70c5c (diff)
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
-rw-r--r--docs/ref/contrib/csrf.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index e635a0380b..6cf7da13de 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