﻿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
17854	Problem with DecimalField and big vlues of max_digits, decimal_places, sqlite3 backend	anonymous	nobody	"For a model field created as
{{{
models.DecimalField(max_digits = 200, decimal_places = 100, blank = False, null = False)
}}}

While using admin interface to insert a record involving such a !DecimalField, the format changes (loss of precision and it uses scientific notation (even in the database)) (Please note - it works properly for low precision values (example - .987654321001234) - but for larger precision values (probably 15 decimal_places or more) it results in loss of precision)

* django version 1.3.1 and 1.4c1 (don't know about older versions);
* python 2.6.6;
* linux;
"	Bug	new	Database layer (models, ORM)	1.3	Normal		DecimalField bug		Accepted	0	0	0	0	0	0
