﻿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
3382	FloatField values get rounded on save()	rfugger at gmail dot com	nobody	"Django uses the %s format code to insert FloatField values into SQL command strings to send to the database.  However, the %s format code rounds floating point numbers to 12 significant digits, which may cause unexpected rounding when the FloatField is configured to store more than 12 digits.

I would have expected Django to use the '%.xf' format code, where x = decimal_places specified for the FloatField in the model definition, which would prevent rounding when saving to the database."		closed	Database layer (models, ORM)	dev		wontfix	float rounding		Design decision needed	0	0	0	0	0	0
