django1/django/newforms
Russell Keith-Magee 56b8914eb9 Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect and MultiWidget. In particular, handling of the id attribute has been fixed. Thanks to Gary Wilson and Max Derkachev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-24 12:53:29 +00:00
..
extras Created django.contrib.localflavor, for country- and culture-specific functionality. Moved django/newforms/extras/usa.py into there 2007-02-15 05:53:44 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Fixed #3821 -- Added a widget class attribute to ChoiceField and 2007-04-21 05:43:32 +00:00
forms.py Cleaned up [4924]. Sorry; wasn't concentrating enough. 2007-04-04 13:57:14 +00:00
models.py Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance(). 2007-03-31 09:47:32 +00:00
util.py Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful 2007-04-04 06:34:19 +00:00
widgets.py Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect and MultiWidget. In particular, handling of the id attribute has been fixed. Thanks to Gary Wilson and Max Derkachev. 2007-04-24 12:53:29 +00:00