django1/django/newforms
Adrian Holovaty f073318668 newforms: Fixed confusing behavior when setting choices for ChoiceFields and their corresponding Widgets. Now, a Widget uses the choices from its ChoiceField regardless of whether the Widget has its own choices.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-21 01:10:55 +00:00
..
extras newforms: Added django.newforms.extras.widgets, with SelectDateWidget implementation, plus some unit tests 2006-12-24 20:22:38 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py newforms: Fixed confusing behavior when setting choices for ChoiceFields and their corresponding Widgets. Now, a Widget uses the choices from its ChoiceField regardless of whether the Widget has its own choices. 2007-01-21 01:10:55 +00:00
forms.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00
models.py Fixed #3232 -- newforms: Added save_instance(), which saves a given bound form's clean_data into a given model instance with the same field names 2007-01-09 05:49:47 +00:00
util.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00
widgets.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00