﻿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
1986	floatfield admin list not working properly	rob@…	Adrian Holovaty	"I found a bug in ""django\contrib\admin\templatetags\admin_list.py""

line 156 was:
                    result_repr = ('%%.%sf' % f.decimal_places) % field_val

which got me a type error, I fixed this to be:

                    result_repr = ('%%.%sf' % f.decimal_places) % float(field_val)

"	defect	closed	contrib.admin	dev	normal	worksforme			Unreviewed	0	0	0	0	0	0
