#26459: DecimalField float rounding
-------------------------------------+-------------------------------------
     Reporter:  yasondinalt          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  1.9
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  1                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by yasondinalt):

 Replying to [comment:2 timgraham]:
 > Could you give a snippet of the application code where you run into this
 issue?


 {{{
 class Invoice(models.Model):
     # same as django-paypal use
     mc_gross = models.DecimalField(max_digits=64, decimal_places=2,
 default=0)

 invoice = 10.215 # float
 invoice.save()
 }}}

 In DB will be value 10.21 (or if 10.225 -> 10.22)

--
Ticket URL: <https://code.djangoproject.com/ticket/26459#comment:3>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.8d698046611847efc95d6be6a59c26fc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to