﻿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
2366	[patch] forms.FloatField is incompatible with models.FloatField	adurdin@…	Adrian Holovaty	"This relates to #2365;  models.FloatField uses decimal.Decimal objects, but forms.FloatField uses float() to convert its data to python objects.  This causes a loss of accuracy when using high-precision decimals, e.g. models.FloatField(max_digits=30, decimal_places=18):  0.7 entered into the field in the admin interface will be saved as 0.699999999999999956.
"	defect	closed	Core (Other)		normal	duplicate			Unreviewed	1	0	0	0	0	0
