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