﻿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
14912	urlize and urlizetrunc template filter docs need expansion	Gabriel Hurley	Gabriel Hurley	"I was looking at the source code for the urlize filter today and realized the following:

 1. The docstring for `django.utils.html.urlize` has much better documentation than the reference docs do.
 2. The `autoescape` keyword argument to both the `urlize` and `urlizetrunc` template filters is not documented.
 3. The `nofollow` argument to `django.utils.html.urlize` is always passed as `True` by `django.template.defaultfilters.urlize` and `django.template.defaultfilters.urlizetrunc`. While this is a good default, it definitely needs to be documented.

All of the above needs to be incorporated into the docs for those two filters, and they need both more and better examples."		closed	Documentation	1.2		fixed			Accepted	1	0	0	0	0	0
