﻿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
18756	Tutorial 3 Needs extra funky directive	anonymous	nobody	"At the end of:
    https://docs.djangoproject.com/en/dev/intro/tutorial03/

In the section:
    Removing hardcoded URLs in templates

We are advised to remove a line from mysites_templates/polls/index.html:
    <li><a href=""/polls/{{ poll.id }}/"">{{ poll.question }}</a></li>

and replace it with:
    <li><a href=""{% url 'polls.views.detail' poll.id %}"">{{ poll.question }}</a></li>

With the downloaded 1.4 tgz it will only work if this directive is included:
    {% load url from future %}

This isn't mentioned."	Uncategorized	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
