django1/django/forms
e0ne 053de6131a Fixed #5749 -- Added field_name as a key in the _html_output dict
Thanks SmileyChris for the suggestion.
2013-09-10 13:00:10 -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 Fixed #5749 -- Added field_name as a key in the _html_output dict 2013-09-10 13:00:10 -04:00
formsets.py Fixed a number of flake8 errors -- particularly around unused imports and local variables 2013-09-06 21:56:40 -07: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 Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00