﻿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
18625	Docs contain examples that use old-style {% url %} syntax	Russell Keith-Magee	nobody	"Via Per-Olof Åstrand on django-users:

The Django docs on named URLs contains an example that uses the old-style URL tag syntax. From https://docs.djangoproject.com/en/dev/topics/http/urls/#naming-url-patterns :

{{{
{% url arch-summary 1945 %}
{% url full-archive 2007 %}
}}}

Should read:

{{{
{% url ""arch-summary"" 1945 %}
{% url ""full-archive"" 2007 %}
}}}

(i.e., the URL tag arguments should be quoted).

I doubt this is the only example in the docs where this slip occurs; 1.5 is the first Django version where the new-style syntax is mandatory, so we should audit the docs and look for any other old-style examples that need to be updated."	Bug	closed	Documentation	dev	Release blocker	fixed			Accepted	0	1	0	0	1	0
