﻿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
10873	urlize	onno	nobody	"Adverted in the django docs is that a string http://www.example.com go's to <a href=""http://www.example.com"">www.example.com</a>
http://docs.djangoproject.com/en/dev/ref/templates/builtins/#urlize

However this is not the case when you use teh model.URLField that requires http:// and ads a ""/"" to the end. Resulting in <a href=""http://www.example.com"">http://www.example.com/</a>

This is ugly and should be fixed!"		closed	Template system	1.1-beta		invalid	urlize		Unreviewed	0	0	0	0	0	0
