Author: lukeplant
Date: 2012-02-27 06:40:36 -0800 (Mon, 27 Feb 2012)
New Revision: 17594

Modified:
   django/trunk/docs/ref/contrib/csrf.txt
Log:
Added versionadded info for ensure_csrf_cookie decorator

Modified: django/trunk/docs/ref/contrib/csrf.txt
===================================================================
--- django/trunk/docs/ref/contrib/csrf.txt      2012-02-27 14:40:27 UTC (rev 
17593)
+++ django/trunk/docs/ref/contrib/csrf.txt      2012-02-27 14:40:36 UTC (rev 
17594)
@@ -349,6 +349,8 @@
 
 .. function:: ensure_csrf_cookie(view)
 
+    .. versionadded:: 1.4
+
     This decorator forces a view to send the CSRF cookie.
 
 Scenarios

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to