django/django/newforms
Adrian Holovaty 83768bf067 Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle foreign-key and many-to-many data properly. Thanks for the patch, Jeff Hilyard
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-28 04:56:54 +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 newforms: Implemented NullBooleanField and NullBooleanSelect 2007-01-24 05:23:19 +00:00
forms.py Fixed #3334 -- Changed newforms Form class construction so that appending to (or altering) self.fields affects only the instance, not the class. As a consequence, self.fields is created in Form.__init__(). The form metaclass now creates a variable self.base_fields instead of self.fields. 2007-01-27 22:06:56 +00:00
models.py Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle foreign-key and many-to-many data properly. Thanks for the patch, Jeff Hilyard 2007-01-28 04:56:54 +00:00
util.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00
widgets.py Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes for each checkbox 2007-01-27 21:41:32 +00:00