django1/django/forms
Anubhav Joshi 416a858023 Fixed #17922 -- Added required_css_class to form label.
Thanks hanson2010 for the suggestion.
2014-03-24 08:11:54 -04:00
..
extras Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Removed PIL compatability layer per deprecation timeline. 2014-03-21 10:54:53 -04:00
forms.py Fixed #17922 -- Added required_css_class to form label. 2014-03-24 08:11:54 -04:00
formsets.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
models.py Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. 2014-03-22 07:56:48 -04:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
widgets.py Removed warning for Widget.is_hidden property. 2014-03-21 19:25:54 -04:00