| Age | Commit message (Expand) | Author |
| 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 |
| 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-24 | newforms: Removed Widget.requires_data_list parameter, which was made redunda... | Adrian Holovaty |
| 2006-12-17 | Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Th... | Adrian Holovaty |
| 2006-12-17 | newforms: Added optional 'form' parameter to form_for_model | Adrian Holovaty |
| 2006-12-17 | newforms: Added BaseForm to django.newforms namespace | 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-15 | newforms: The Form classes created by form_for_model() now have a create() me... | Adrian Holovaty |
| 2006-12-15 | newforms: Changed form_for_model() to ignore a field if its formfield() retur... | Adrian Holovaty |
| 2006-12-15 | newforms: Added initial implementation of form_for_model and form_for_fields | Adrian Holovaty |
| 2006-12-15 | newforms: Split the Form class into BaseForm and Form. The former has all the... | 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-08 | Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114 | Adrian Holovaty |
| 2006-12-07 | newforms: Changed Form._html_output() to use dictionary-style format strings ... | Adrian Holovaty |
| 2006-12-07 | newforms: Abstracted common code in Form as_table(), as_ul() and as_p() into ... | 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 | newforms: Same fix as [4174], except for Form.as_table() | Adrian Holovaty |
| 2006-12-07 | Fixed #3101 -- newforms: Form.as_table() no longer puts hidden fields between... | Adrian Holovaty |
| 2006-12-07 | newforms: Small potential bugfix in Form.as_ul() -- called unicode() on Bound... | Adrian Holovaty |
| 2006-12-07 | newforms: Changed Table.as_table() and Table.as_ul() to put hidden-form error... | Adrian Holovaty |
| 2006-12-07 | newforms: Simplified BoundField._errors() | Adrian Holovaty |
| 2006-12-06 | Fixed #3095 -- Added translation strings to newforms. Thanks for the patch, H... | Adrian Holovaty |
| 2006-12-05 | newforms: Added __unicode__() methods wherever there were __str__() methods, ... | Adrian Holovaty |
| 2006-12-05 | newforms: Removed DEFAULT_ENCODING import from fields.py | Adrian Holovaty |
| 2006-12-05 | newforms: Changed BoundField form, field and name attributes to remove leadin... | 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-30 | newforms: Added BoundField.as_hidden() | Adrian Holovaty |