﻿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
12072	Literal strings containing [,=] break {% url %}.	Johannes Dollinger	alexdutton	"{{{
#!pycon
>>> Template('{% url view arg|join:"","" %}')
...
TemplateSyntaxError: join requires 1 arguments, 0 provided
>>> Template('{% url view ""=="" %}')
...
TemplateSyntaxError: Could not parse the remainder: '=""' from '=""'
}}}"		closed	Template system	1.1		fixed	url tag		Accepted	0	0	0	0	0	0
