﻿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
2760	[patch] Admin interface doesn't handle negative FloatFields	Eddy Mulyono <eddymulyono@…>	Adrian Holovaty	"1. Create a model with 
{{{
FloatField(max_digits=8, decimal_places=5, blank=True)
}}}
1. Use the Admin interface to set the FloatField to '-122.19217'

Expected:
Changes saved.

Bug:
* ""Please correct the error below.""
* ""Please enter a valid decimal number with a whole part of at most 3 digits.""
* Entry truncated to '-122.1921', because the HTML input can only take 9 characters (max_digits=8 plus the decimal separator '.')"	defect	closed	contrib.admin	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
