﻿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
1147	[patch] Tags cannot contain newlines	jim-django@…	Adrian Holovaty	"{{{
>>> t1 = Template(""""""It is the {% now ""jS of F"" %}"""""")
>>> t2 = Template(""""""It is the {% now
... ""jS of F"" %}"""""")
>>> t1.render(Context())
'It is the 31st o2:27 December'
>>> t2.render(Context())
'It is the {% now\n""jS of F"" %}'
}}}

(Note also that the {{{ {% now %} }}} I've taken from it's own documentation is a bit broken)"	defect	closed	Template system		normal	wontfix		nslater@…	Unreviewed	1	0	0	0	0	0
