﻿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
18708	Typo in Naming URL Patterns	newtonsbm	nobody	"In https://docs.djangoproject.com/en/dev/topics/http/urls/#naming-url-patterns
There is a typo in the example of using the named urls.
It is written:

{{{
{% url 'arch-summary' 1945 %}
{% url 'full-archive' 2007 %}
}}}

And should be:

{{{
{% url arch-summary 1945 %}
{% url full-archive 2007 %}
}}}

Without the single quotes."	Bug	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
