Commit 0426962d authored by Karen Tracey's avatar Karen Tracey
Browse files

Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f4f61baa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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