1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django/newforms
2007-02-13 18:04:47 +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: Changed ChoiceField error message *not* to include user-provided input 2007-02-05 21:26:57 +00:00
forms.py Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.fields, so changes to self.fields in a given form instance do not affect other instances 2007-02-13 18:04:47 +00:00
models.py Improved newforms.models.save_for_instance() to set many-to-many values via ID instead of instance, to save on a database query, thanks to [4448] 2007-01-29 16:12:17 +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