﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14818	cycle tag is not safe	Stephen Kelly	nobody	"{{{
In [1]: from django.template import Template, Context
In [3]: t = Template(""{% cycle one two as foo %} {% cycle foo %}"")
In [5]: c = Context({""one"" : ""A & B"", ""two"": ""C & D""})
In [6]: t.render(c)
Out[6]: u'A & B C & D'
}}}

This is likely fixed by using _render_value_in_context() in the implementation of the cycle node render method."		closed	Template system	1.2		fixed			Ready for checkin	1	0	0	0	0	0
