﻿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
21303	Allow custom link text for urlize filter	Danilo Bargen	nobody	"My templates usually contain a lot of the following pattern:

{{{
<a href=""{{ object.url }}"">{{ object.name }}</a>
}}}

It would be great if there were an optional `link_text` argument to the urlize filter:

{{{
{{ object.url|urlize:object.name }}
}}}

I added a pull request for this here: https://github.com/django/django/pull/1792

The pull request contains the implementation and tests. If you agree to include this in Django, I'll add a commit to this pull request that updates the documentation."	New feature	closed	Template system	dev	Normal	wontfix	urlize, defaultfilters		Unreviewed	1	0	0	0	1	0
