| Age | Commit message (Expand) | Author |
| 2007-02-15 | Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ... | Adrian Holovaty |
| 2007-02-15 | Fixed #1466 -- Added newforms USZipCodeField | Adrian Holovaty |
| 2007-02-14 | Implemented subclassing Forms in newforms | Adrian Holovaty |
| 2007-02-13 | Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field... | Adrian Holovaty |
| 2007-02-09 | Fixed #3449 -- fixed regression test results so that they all pass now. Thanks | Malcolm Tredinnick |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | Adrian Holovaty |
| 2007-01-27 | newforms: Added a unit test that tests dynamic field addition with base field... | Adrian Holovaty |
| 2007-01-27 | Fixed #3334 -- Changed newforms Form class construction so that appending to ... | 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-21 | Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamic... | Adrian Holovaty |
| 2007-01-21 | newforms: Fixed confusing behavior when setting choices for ChoiceFields and ... | Adrian Holovaty |
| 2007-01-20 | newforms: Added attrs optional argument to BoundForm.label_tag() | Adrian Holovaty |
| 2007-01-13 | Fixed #3281 -- newforms: URLField now works properly with required=False and ... | Adrian Holovaty |
| 2007-01-13 | Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field... | Adrian Holovaty |
| 2007-01-13 | Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInput | Adrian Holovaty |
| 2007-01-13 | newforms: Added unit tests for MultipleHiddenInput | Adrian Holovaty |
| 2007-01-11 | newforms: Added unit tests and docs explaining that clean_data will only ever... | Adrian Holovaty |
| 2007-01-10 | Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for... | Adrian Holovaty |
| 2007-01-10 | Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina... | Adrian Holovaty |
| 2007-01-09 | Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c... | Adrian Holovaty |
| 2007-01-09 | newforms: Added 'initial' parameter to Form, which lets initial data be speci... | Adrian Holovaty |
| 2007-01-05 | newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript... | Adrian Holovaty |
| 2007-01-04 | newforms: Changed Form so that clean_data only exists if a Form is valid. Tha... | Adrian Holovaty |
| 2007-01-03 | Fixed problem with SelectDateWidget test caused by 2006/2007 year rollover. T... | Russell Keith-Magee |
| 2006-12-28 | newforms: Added 'initial' parameter to Field. This allows you to specify init... | Adrian Holovaty |
| 2006-12-26 | newforms: Added max_length and min_length optional arguments to RegexField, E... | Adrian Holovaty |
| 2006-12-26 | newforms: A label can now be the empty string, in which case a label won't be... | Adrian Holovaty |
| 2006-12-26 | newforms: Changed Form.as_table() to display errors in same <td> as the field | Adrian Holovaty |
| 2006-12-26 | newforms: Implemented RadioFieldRenderer.__getitem__(), which allows for inde... | Adrian Holovaty |
| 2006-12-24 | newforms: Added django.newforms.extras.widgets, with SelectDateWidget impleme... | Adrian Holovaty |
| 2006-12-17 | Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Th... | Adrian Holovaty |
| 2006-12-15 | newforms: Implemented min_value and max_value options for IntegerField | Adrian Holovaty |
| 2006-12-15 | newforms: Fixed unexpected behavior with CharField(required=False, min_length... | Adrian Holovaty |
| 2006-12-14 | Fixed #3143 -- Added TimeField to newforms. Thanks, jkocherhans | Adrian Holovaty |
| 2006-12-13 | Fixed #3139 -- newforms BoundField no longer returns empty errors when using ... | Adrian Holovaty |
| 2006-12-13 | Fixed #3112 -- Changed newforms Form.as_table() to use <th> instead of <td> f... | Adrian Holovaty |
| 2006-12-13 | Fixed #3114 -- newforms MultipleChoiceField now handles MultiValueDicts prope... | Adrian Holovaty |
| 2006-12-12 | Fixed #3132 -- Added prefix support for newforms. Thanks, jkocherhans | Adrian Holovaty |
| 2006-12-11 | newforms: Changed Form to use auto_id by default | Adrian Holovaty |
| 2006-12-08 | Fixed #3102 -- newforms: Fields can now designate their human-friendly labels... | Adrian Holovaty |
| 2006-12-08 | newforms: Added Field.widget_attrs() hook, which lets a Field designate HTML ... | Adrian Holovaty |
| 2006-12-07 | Fixed #3107 -- newforms: Added Form.as_p() | Adrian Holovaty |
| 2006-12-07 | newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to... | Adrian Holovaty |
| 2006-12-07 | Fixed #3101 -- newforms: Form.as_table() no longer puts hidden fields between... | Adrian Holovaty |
| 2006-12-07 | newforms: Changed Table.as_table() and Table.as_ul() to put hidden-form error... | Adrian Holovaty |
| 2006-11-30 | newforms: Added check_test argument to CheckboxInput and changed its render()... | Adrian Holovaty |
| 2006-11-30 | newforms: Added some more documentation to unit tests | Adrian Holovaty |