﻿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
10123	{% url %} template tag prepends project path to absolute url	patrick.schoenmann@…	nobody	"After an upgrade to 1.0, the url template tag returns the right URL, but with the path to the django project (in the filesystem) prepended. The result is the same when using the path to the view function or a named URL pattern.

Expected:
{{{
/news/2009/
}}}

Got:
{{{
/home/myuser/django/mysite/news/2009/
}}}"		closed	Template system	1.0		invalid	url, reverse, template tag		Unreviewed	0	1	1	0	0	0
