django1/django/newforms
Adrian Holovaty 468993d13e newforms: Added check_test argument to CheckboxInput and changed its render() behavior slightly. Also changed CheckboxSelectMultiple to use checkboxes with the same name, rather than checkboxes with separate names
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-30 22:06:08 +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 Fixed #3082 -- newforms: Changed Form as_table() and as_ul() not to display verbose names for hidden fields, and to add field-name prefix to error messages to avoid user confusion. Also added unit tests. 2006-11-30 17:07:40 +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 check_test argument to CheckboxInput and changed its render() behavior slightly. Also changed CheckboxSelectMultiple to use checkboxes with the same name, rather than checkboxes with separate names 2006-11-30 22:06:08 +00:00