django1/django/forms
Jacob Kaplan-Moss f66853bcca Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an empty formset.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-17 19:23:23 +00:00
..
extras Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
__init__.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
fields.py Fixed #7064: Made DemicmalField validation support max_digits equal to decimal_places. 2008-11-10 19:52:53 +00:00
forms.py Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in the visible_fields() docstring 2008-12-08 04:07:42 +00:00
formsets.py Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an empty formset. 2009-03-17 19:23:23 +00:00
models.py Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks to Alex Gaynor for the patch. 2009-03-17 10:30:17 +00:00
util.py Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML. 2008-11-06 19:49:24 +00:00
widgets.py Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form 2008-10-05 08:51:14 +00:00