django1/django/forms
Brian Rosner e58c75fbdf Restored pre-r10062 behavior allowing None from formfield_callback to exclude itself from the form
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-31 07:43:52 +00:00
..
extras Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing. 2009-12-22 17:58:49 +00:00
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
fields.py Fixed #13032 - Added localize parameter to form fields to be able to selectively enable localization. 2010-03-27 16:43:27 +00:00
forms.py Fixed #13032 - Added localize parameter to form fields to be able to selectively enable localization. 2010-03-27 16:43:27 +00:00
formsets.py Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch. 2010-03-27 23:03:56 +00:00
models.py Restored pre-r10062 behavior allowing None from formfield_callback to exclude itself from the form 2010-03-31 07:43:52 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #13032 - Added localize parameter to form fields to be able to selectively enable localization. 2010-03-27 16:43:27 +00:00