django1/django/newforms
Adrian Holovaty 460ccfc045 newforms: Changed BoundField form, field and name attributes to remove leading underscore to imply that they can be accessed
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-05 18:48:49 +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: Changed BoundField form, field and name attributes to remove leading underscore to imply that they can be accessed 2006-12-05 18:48:49 +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