﻿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
2365	[patch] models.FloatField should be renamed	adurdin@…	Adrian Holovaty	"The behaviour of models.FloatField is inconsistent with its name.  In the database backends it is implemented as a fixed-point NUMERIC column, and in Python it returns values of type decimal.Decimal -- which are compatible with each other, but are both incompatible with floating-point numbers.  So it should be renamed to DecimalField or something similar that doesn't imply floating-point numbers.
"	defect	closed	Database layer (models, ORM)		normal	fixed		rudolph.froger@… gary.wilson@… sergey.kirillov@… andreas.eigenmann@… nirvdrum@… frederic.roland@… waylan@… adurdin@… sandro@… djangotrac@… dan.fairs@… simoncelen@… dcramer@…	Design decision needed	1	0	0	0	0	0
