Author: kmtracey
Date: 2011-11-12 09:37:29 -0800 (Sat, 12 Nov 2011)
New Revision: 17085
Modified:
django/trunk/docs/ref/middleware.txt
Log:
Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier.
Modified: django/trunk/docs/ref/middleware.txt
===================================================================
--- django/trunk/docs/ref/middleware.txt 2011-11-12 17:23:07 UTC (rev
17084)
+++ django/trunk/docs/ref/middleware.txt 2011-11-12 17:37:29 UTC (rev
17085)
@@ -181,7 +181,7 @@
: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
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.