Author: lukeplant
Date: 2010-02-27 15:00:38 -0600 (Sat, 27 Feb 2010)
New Revision: 12618

Modified:
   django/trunk/docs/ref/contrib/csrf.txt
Log:
Fixed #12964 - wrong path for CSRF decorators in upgrading notes.



Modified: django/trunk/docs/ref/contrib/csrf.txt
===================================================================
--- django/trunk/docs/ref/contrib/csrf.txt      2010-02-27 16:37:32 UTC (rev 
12617)
+++ django/trunk/docs/ref/contrib/csrf.txt      2010-02-27 21:00:38 UTC (rev 
12618)
@@ -178,9 +178,9 @@
 django.contrib.csrf.middleware.CsrfMiddleware           
django.middleware.csrf.CsrfMiddleware
 django.contrib.csrf.middleware.CsrfViewMiddleware       
django.middleware.csrf.CsrfViewMiddleware
 django.contrib.csrf.middleware.CsrfResponseMiddleware   
django.middleware.csrf.CsrfResponseMiddleware
-django.contrib.csrf.middleware.csrf_exempt              
django.views.decorators.csrf_exempt
-django.contrib.csrf.middleware.csrf_view_exempt         
django.views.decorators.csrf_view_exempt
-django.contrib.csrf.middleware.csrf_response_exempt     
django.views.decorators.csrf_response_exempt
+django.contrib.csrf.middleware.csrf_exempt              
django.views.decorators.csrf.csrf_exempt
+django.contrib.csrf.middleware.csrf_view_exempt         
django.views.decorators.csrf.csrf_view_exempt
+django.contrib.csrf.middleware.csrf_response_exempt     
django.views.decorators.csrf.csrf_response_exempt
 ======================================================  
==============================================
 
 You should update any imports, and also the paths in your

-- 
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.

Reply via email to