﻿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
12946	{% url %} tag docs show an invalid example mixing args and kwargs, which reverse() doesn't allow	coleifer	nobody	"This is the example:
{{{
{% url path.to.some_view arg1,arg2,name1=value1 %}
}}}
if you check out reverse() bits it'll throw a ValueError in this case

http://code.djangoproject.com/browser/django/trunk/django/core/urlresolvers.py#L271"		closed	Documentation	1.1		fixed			Accepted	0	1	0	0	0	0
