﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29007	DecimalValidator crashes on NaN, SNan, Inf, and Infinity values	Fabio Bonelli	nobody	"`DecimalValidator` crashes if it receives a value like NaN, SNan, Inf, and Infinity.
{{{
>>> DecimalValidator(decimal_places=2, max_digits=10)(Decimal('NaN'))
...
  File ""django/tests/validators/tests.py"", line 322, in test_func
    validator(value)
  File ""django/django/core/validators.py"", line 417, in __call__
    if exponent >= 0:
TypeError: unorderable types: str() >= int()
}}} 

[https://github.com/django/django/pull/9082 PR]"	Bug	closed	Core (Other)	2.0	Normal	fixed			Accepted	1	0	0	0	0	0
