﻿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
27733	ClearableFileInput widget renders incorrectly	Luca De Feo	nobody	"The `forms.widgets.ClearableFileInput` widget (used, e.g., by the admin app) renders as

{{{
<a href=""<bound method FieldFile.url of <FieldFile: EXAMPLE>>"">EXAMPLE</a>
}}}

with the `href` attribute obviously mis-generated. 

Using Django 1.10. This line seems to be the culprit: https://github.com/django/django/blob/1.10.5/django/forms/widgets.py#L400
"	Bug	closed	Forms	1.10	Normal	worksforme	forms widgets file input		Unreviewed	0	0	0	0	0	0
