Author: timo
Date: 2011-08-13 04:25:57 -0700 (Sat, 13 Aug 2011)
New Revision: 16612
Modified:
django/trunk/docs/ref/contrib/csrf.txt
Log:
Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin.
Modified: django/trunk/docs/ref/contrib/csrf.txt
===================================================================
--- django/trunk/docs/ref/contrib/csrf.txt 2011-08-13 11:23:13 UTC (rev
16611)
+++ django/trunk/docs/ref/contrib/csrf.txt 2011-08-13 11:25:57 UTC (rev
16612)
@@ -31,7 +31,7 @@
1. Add the middleware
``'django.middleware.csrf.CsrfViewMiddleware'`` to your list of
middleware classes, :setting:`MIDDLEWARE_CLASSES`. (It should come
- and before any view middleware that assume that CSRF attacks have
+ before any view middleware that assume that CSRF attacks have
been dealt with.)
Alternatively, you can use the decorator
--
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.