| Age | Commit message (Expand) | Author |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-18 | Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-06-18 | Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ... | Jacob Kaplan-Moss |
| 2008-02-04 | Fixed #6113 -- Added auto-escaping "safe" marking for the MultiWidget. Thanks... | Malcolm Tredinnick |
| 2007-11-28 | Fixed #5730: Conditionally escape widget contents in newforms to avoid | Malcolm Tredinnick |
| 2007-11-26 | Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `... | Gary Wilson Jr |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-10-22 | Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, | Malcolm Tredinnick |
| 2007-10-21 | Removed unwanted import that snuck into [6578]. | Malcolm Tredinnick |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-20 | Changed newforms.CheckboxInput widget to return False as its value when not | Malcolm Tredinnick |
| 2007-10-04 | Changed some Widget subclasses to be consistent about how they handle the pas... | Malcolm Tredinnick |
| 2007-10-04 | Added a __deepcopy__() method to the Widget class in order to avoid a number ... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M... | Malcolm Tredinnick |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-01 | Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect... | Gary Wilson Jr |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Added some clearer docstrings to MultiValueField and MultiWidget | Adrian Holovaty |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-05-16 | Fixed #4318 -- Fixed unused imports and other various style tweaks in newform... | Adrian Holovaty |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-26 | Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ... | Russell Keith-Magee |
| 2007-04-24 | Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect... | Russell Keith-Magee |
| 2007-04-09 | Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'... | Adrian Holovaty |
| 2007-04-04 | Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them | Malcolm Tredinnick |
| 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 |