﻿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
2660	FloatField cant be edited in admin.	aagaande@…	Adrian Holovaty	"When adding the following FloatField to a model:
score = models.FloatField(blank=True,null=True,max_digits=1,decimal_places=1)
And setting it to for example 5.5, in the admin panel it will show as ""5."".  And if you try to save it it will complain with ""Please enter a valid decimal number with a whole part of at most 0 digits.""

I've checked the value, and it does store correctly, so the bug is in the admin panel."	defect	closed	contrib.admin	dev	normal	invalid			Unreviewed	0	0	0	0	0	0
