django1/django/forms
Chris Beaven b077ba7ac1 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13: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 Fixed #22114 -- Stopped adding trailing slashes in URLField.to_python 2014-03-26 18:10:58 +01: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13: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