﻿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
12068	The {% url %} parser can fail with StopIteration	Johannes Dollinger	Stefan Moluf	"{{{
#!python
>>> Template(""{% url view as %}"")
...
  File ""/django/template/defaulttags.py"", line 1122, in url
    asvar = bits.next()
StopIteration
}}}

This should either work (variables may be named `as`) or fail with `TemplateSyntaxError`."		closed	Template system	1.1		fixed	url tag		Design decision needed	0	0	0	0	0	0
