| Age | Commit message (Expand) | Author |
| 2007-02-05 | newforms: Changed ChoiceField error message *not* to include user-provided input | Adrian Holovaty |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | 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 | Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks f... | Adrian Holovaty |
| 2007-01-20 | Fixed #3337 -- Changed newforms Field subclasses to use super(). Thanks for t... | 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-09 | Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c... | Adrian Holovaty |
| 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-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-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-08 | Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114 | Adrian Holovaty |
| 2006-12-06 | Fixed #3095 -- Added translation strings to newforms. Thanks for the patch, H... | Adrian Holovaty |
| 2006-12-05 | newforms: Removed DEFAULT_ENCODING import from fields.py | Adrian Holovaty |
| 2006-11-27 | newforms: Added a bunch of unit tests and fixed some bugs in the case of requ... | Adrian Holovaty |
| 2006-11-27 | Fixed #3038 -- newforms: RegexField no longer validates empty input for requi... | Adrian Holovaty |
| 2006-11-23 | Fixed #3054 -- newforms Form now keeps track of field order | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact... | Adrian Holovaty |
| 2006-11-10 | Fixed #2997 -- Fixed URLField validation in django.newforms. Thanks, jkocherhans | Adrian Holovaty |
| 2006-11-07 | Implemented [4035] (improvement in URL validation) in django.newforms | Adrian Holovaty |
| 2006-11-04 | django.newforms: Implemented hook for validation not tied to a particular fie... | Adrian Holovaty |
| 2006-11-02 | Added ChoiceField, MultipleChoiceField to django.newforms | Adrian Holovaty |
| 2006-11-01 | Added URLField to django.newforms.fields | Adrian Holovaty |
| 2006-10-28 | Split django.newforms into forms, fields, widgets, util. Also moved unit test... | Adrian Holovaty |