django1/django/forms
Daniel Langer cc957cb16c Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatField
NaN, +Inf, and -Inf are no longer valid values for FloatFields.
2013-09-06 14:56:37 -04:00
..
extras Fixed #20986 -- Enabled SelectDateWidget to use custom months 2013-08-28 16:39:26 +03:00
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
fields.py Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatField 2013-09-06 14:56:37 -04:00
forms.py Moved translator comment just above the target string 2013-08-22 09:52:54 +02:00
formsets.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
models.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
util.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
widgets.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00