| Age | Commit message (Expand) | Author |
| 2007-02-21 | Added a comment to ModelChoiceField from [4552] | Adrian Holovaty |
| 2007-02-21 | Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long... | Adrian Holovaty |
| 2007-02-20 | Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice... | Adrian Holovaty |
| 2007-02-20 | Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr... | Adrian Holovaty |
| 2007-02-20 | Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ... | Adrian Holovaty |
| 2007-02-19 | Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu... | Adrian Holovaty |
| 2007-02-19 | Improved newforms to handle wacky characters in Field help_text | Adrian Holovaty |
| 2007-02-15 | Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No... | Adrian Holovaty |
| 2007-02-15 | Created django.contrib.localflavor, for country- and culture-specific functio... | Adrian Holovaty |
| 2007-02-15 | Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ... | Adrian Holovaty |
| 2007-02-15 | Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh | Adrian Holovaty |
| 2007-02-15 | Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ... | Adrian Holovaty |
| 2007-02-15 | Added empty space in newforms BaseForm.__init__() to visually group a lengthy... | 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-05 | newforms: Changed ChoiceField error message *not* to include user-provided input | Adrian Holovaty |
| 2007-01-29 | Improved newforms.models.save_for_instance() to set many-to-many values via I... | Adrian Holovaty |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | Adrian Holovaty |
| 2007-01-28 | Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f... | 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-22 | newforms: Added formfield_callback argument to form_for_model and form_for_in... | 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: Moved flatatt function from widgets.py to util.py | Adrian Holovaty |
| 2007-01-20 | newforms: Added attrs optional argument to BoundForm.label_tag() | 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-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-10 | Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina... | Adrian Holovaty |
| 2007-01-09 | Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for... | Adrian Holovaty |
| 2007-01-09 | newforms: Changed model auto-Form generation so that create() and apply_chang... | 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-09 | newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__()... | 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 |
| 2006-12-28 | newforms: Implemented apply_changes() method for form_for_instance Forms | Adrian Holovaty |
| 2006-12-28 | newforms: Implemented form_for_instance(). The resulting Form class does not ... | 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-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 |