csrf_protect(view) Decorator that provides the protection of CsrfViewMiddleware to a view.
ensure_csrf_cookie(view) This decorator forces a view to send the CSRF cookie.
requires_csrf_token(view) Normally the csrf_token template tag will not work if CsrfViewMiddleware.process_view
csrf_exempt(view) [source] This decorator marks a view as being exempt from the protection