﻿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
27652	Humanize docs should clarify: Floats OK too!	Mike Lissner	nobody	"In the humanize documentation (https://docs.djangoproject.com/en/1.9/ref/contrib/humanize/), it says things like:

intcomma: Converts an ''integer'' to a string containing commas every three digits.

intword: Converts a large ''integer'' to a friendly text representation. 

Etc.

I took a look at the code, and it looks like it's written in such a way that floats would work too without a hitch. Should we update the docs to say as such? 

Also: If we do this, do we need tests that include floats? "	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	1	1	0
