django1/django/forms
Luke Plant c411377bd5 Fixed #15349 - Bound FormSet produces bound empty_form
Thanks to hidde-jan for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-21 15:43:42 +00:00
..
extras Fixed #15226 - Made SelectDateWidget render the label tag associated with the correct dropdown sub-widget when USE_L10N is active and non-English locale is in use. 2011-02-05 18:16:27 +00:00
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
fields.py Fixed #13631 -- Made sure that max_length and min_length are retained as attributes on form fields. Thanks to mila for the report. 2011-01-13 16:41:46 +00:00
forms.py Fixed #10573 -- Corrected autofocus problem in admin when the first widget displayed is a multiwidget. Thanks to rduffield for the report, and to Ramiro and Julien Phalip for the patch. 2011-02-08 12:00:21 +00:00
formsets.py Fixed #15349 - Bound FormSet produces bound empty_form 2011-02-21 15:43:42 +00:00
models.py Fixed #14099 - BaseModelFormSet should use _should_delete_form 2011-02-21 14:23:02 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and new release forthcoming. 2011-02-09 02:41:32 +00:00