django1/django/newforms
Adrian Holovaty cd394a246a Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Thanks, dswistowski
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-17 19:04:03 +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: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +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 Fixed #3114 -- newforms MultipleChoiceField now handles MultiValueDicts properly. Thanks for the patch, Honza Král 2006-12-13 06:26:04 +00:00