This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
forms
History
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
…
fields.py
Fixed
#4287
-- Fixed NaN and +/- Infinity handling in FloatField
2013-09-06 14:56:37 -04:00
forms.py
…
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