| Age | Commit message (Expand) | Author |
| 2007-02-15 | Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li... | Adrian Holovaty |
| 2007-01-24 | newforms: Implemented NullBooleanField and NullBooleanSelect | Adrian Holovaty |
| 2007-01-23 | newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi... | Adrian Holovaty |
| 2007-01-20 | newforms: Moved flatatt function from widgets.py to util.py | Adrian Holovaty |
| 2007-01-13 | Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInput | Adrian Holovaty |
| 2007-01-10 | Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for... | Adrian Holovaty |
| 2007-01-09 | Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c... | Adrian Holovaty |
| 2006-12-26 | newforms: Implemented RadioFieldRenderer.__getitem__(), which allows for inde... | Adrian Holovaty |
| 2006-12-24 | newforms: Removed Widget.requires_data_list parameter, which was made redunda... | Adrian Holovaty |
| 2006-12-13 | Fixed #3114 -- newforms MultipleChoiceField now handles MultiValueDicts prope... | Adrian Holovaty |
| 2006-12-05 | newforms: Added __unicode__() methods wherever there were __str__() methods, ... | Adrian Holovaty |
| 2006-11-30 | newforms: Added check_test argument to CheckboxInput and changed its render()... | Adrian Holovaty |
| 2006-11-30 | Fixed #3082 -- newforms: Changed Form as_table() and as_ul() not to display v... | Adrian Holovaty |
| 2006-11-29 | newforms: Added Widget.value_from_datadict hook, which allows a Widget to def... | Adrian Holovaty |
| 2006-11-29 | newforms: Added docstring to Widget.build_attrs() | Adrian Holovaty |
| 2006-11-29 | newforms: Implemented CheckboxSelectMultiple | Adrian Holovaty |
| 2006-11-29 | newforms: The <input> tags in a RadioSelect now each have a distinct ID. Also... | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact... | Adrian Holovaty |
| 2006-11-15 | newforms: Implemented RadioSelect, with unit tests | Adrian Holovaty |
| 2006-11-15 | newforms: Cleaned up some un-DRYness by adding Widget.build_attrs(). Also sli... | Adrian Holovaty |
| 2006-11-02 | Implemented SelectMultiple in django.newforms.widgets | Adrian Holovaty |
| 2006-11-01 | Added PasswordInput, HiddenInput, FileInput, Select to django.newforms.widgets | Adrian Holovaty |
| 2006-10-28 | Split django.newforms into forms, fields, widgets, util. Also moved unit test... | Adrian Holovaty |