Skip to content

Commit

Permalink
Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone a…
Browse files Browse the repository at this point in the history
…nd poirier.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Nov 12, 2011
1 parent f4f61ba commit 0426962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/middleware.txt
Expand Up @@ -181,7 +181,7 @@ CSRF protection middleware
:synopsis: Middleware adding protection against Cross Site Request
Forgeries.

.. class:: CsrfMiddleware
.. class:: CsrfViewMiddleware

Adds protection against Cross Site Request Forgeries by adding hidden form
fields to POST forms and checking requests for the correct value. See the
Expand Down

0 comments on commit 0426962

Please sign in to comment.