#17855: DecimalField problem
---------------------------------+------------------------------
     Reporter:  anonymous        |      Owner:  nobody
         Type:  Bug              |     Status:  new
    Component:  Uncategorized    |    Version:  1.4-beta-1
     Severity:  Release blocker  |   Keywords:  DecimalField bug
 Triage Stage:  Unreviewed       |  Has patch:  0
Easy pickings:  0                |      UI/UX:  0
---------------------------------+------------------------------
 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;

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17855>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to