django1/django/newforms
Adrian Holovaty 30c2bffe17 newforms: Changed Form.as_table() to display errors in same <td> as the field
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-26 23:16:16 +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 Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Thanks, dswistowski 2006-12-17 19:04:03 +00:00
forms.py newforms: Changed Form.as_table() to display errors in same <td> as the field 2006-12-26 23:16:16 +00:00
models.py newforms: Added optional 'form' parameter to form_for_model 2006-12-17 05:12:53 +00:00
util.py newforms: Added __unicode__() methods wherever there were __str__() methods, and changed the __str__() methods to delegate to __unicode__().encode(settings.DEFAULT_CHARSET) 2006-12-05 20:08:27 +00:00
widgets.py newforms: Implemented RadioFieldRenderer.__getitem__(), which allows for index lookup on radio fields 2006-12-26 22:56:53 +00:00