Author: aaugustin
Date: 2011-12-24 12:48:19 -0800 (Sat, 24 Dec 2011)
New Revision: 17272

Modified:
   django/trunk/docs/ref/templates/builtins.txt
Log:
Removed a redundant paragraph from the templates builtins doc.


Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt        2011-12-24 20:45:58 UTC 
(rev 17271)
+++ django/trunk/docs/ref/templates/builtins.txt        2011-12-24 20:48:19 UTC 
(rev 17272)
@@ -147,13 +147,6 @@
 Javascript code contained in the printed variable will be rendered
 as-is, which could potentially lead to security issues.
 
-If you need to escape the variables in the cycle, you must do so
-explicitly::
-
-    {% filter force_escape %}
-        {% cycle var1 var2 var3 %}
-    {% endfilter %}
-
 For backwards compatibility, the ``{% cycle %}`` tag supports the much inferior
 old syntax from previous Django versions. You shouldn't use this in any new
 projects, but for the sake of the people who are still using it, here's what it

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