#4287: FloatField will not handle infinity values
-------------------------------------+-------------------------------------
               Reporter:  oBeattie   |          Owner:  nobody
  (oliver@…                          |         Status:  new
                   Type:  Bug        |      Component:  Database layer
              Milestone:             |  (models, ORM)
                Version:  SVN        |       Severity:  Normal
             Resolution:             |       Keywords:  infinity, mysql,
           Triage Stage:  Accepted   |  float
    Needs documentation:  0          |      Has patch:  1
Patch needs improvement:  0          |    Needs tests:  1
                                     |  Easy pickings:  0
-------------------------------------+-------------------------------------
Changes (by lukeplant):

 * needs_tests:  0 => 1
 * easy:   => 0


Comment:

 As discussed on django-devs, the approach in this patch is certainly not
 one we would consider. We will not work around lack of support for this
 feature in the database backend, and certainly not with magic values.

 So, given that the original bug is basically fixed for DBs that support
 it, the only thing left to do for this ticket, as Malcolm said, is to add
 tests for the DBs that do support it.

 So I'm marking as 'needs tests' for that reason, and so that this ticket
 does not appear on the 'patches needing review' report - but not to say
 that the current patch would be appropriate and just needs tests.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/4287#comment:6>
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to