Dear Community, two weeks ago I started fixing the ticket #4287. It appears that infinity values can not be stored to FloatFields using MySQL (that is what I reproduced). I found out that MySQL can not handle infinity values. My Fix uses the minimal and maximal float values (-2147483648 / 2147483647) as -inf/inf. My questions is if that way of fixing this bug is acceptable. If so I will also try to reproduce/fix this bug for other db backends.
Truly Yours, Conrad -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
