django1/django/newforms
Adrian Holovaty 61c93842f4 newforms: Added BoundField.data property
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-29 21:48:58 +00:00
..
__init__.py Moved newforms form_for_model and form_for_fields to django/newforms/models.py 2006-11-25 06:33:59 +00:00
fields.py newforms: Added a bunch of unit tests and fixed some bugs in the case of required=False for various Field subclasses 2006-11-27 00:49:26 +00:00
forms.py newforms: Added BoundField.data property 2006-11-29 21:48:58 +00:00
models.py Moved newforms form_for_model and form_for_fields to django/newforms/models.py 2006-11-25 06:33:59 +00:00
util.py newforms: Tiny optimization to smart_unicode() 2006-11-16 06:47:08 +00:00
widgets.py newforms: Added Widget.value_from_datadict hook, which allows a Widget to define how to convert its post data dictionary to a value. Implemented it for CheckboxSelectMultiple and updated unit tests 2006-11-29 17:00:34 +00:00