django1/django/forms
Simon Charette 04628e2016 Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.
This attribute is only allowed on inputs of type "text", "search", "url",
"tel", "email", or "password".

Thanks to yoyoma for the report and @bmispelon for the review.
2013-06-20 10:59:41 -04:00
..
extras Fixed #16123 -- Ensured strptime receive proper string type 2013-01-26 20:53:09 +01:00
__init__.py Removed obsolete comment. 2013-01-15 18:02:24 +01:00
fields.py Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`. 2013-06-20 10:59:41 -04:00
forms.py Fixed #20618 -- Fixed regression in `BoundField.label_tag`. 2013-06-18 17:49:53 +02:00
formsets.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
models.py Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
util.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
widgets.py Removed several unused imports. 2013-06-19 17:18:40 +02:00