#9187: forms.DecimalField validation crashes on "INF" ----------------------------+----------------------------------------------- Reporter: epandurski | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.0 Keywords: decimal, forms | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- The same is true for '-INF', 'INFINITY', 'inf' etc.
Exception is raised in DecimalField's clean() method trying to obtain abs(), obviously it is assumed that infinite values have been already filtered. -- Ticket URL: <http://code.djangoproject.com/ticket/9187> Django <http://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 -~----------~----~----~----~------~----~------~--~---
