| Age | Commit message (Expand) | Author |
| 2008-07-06 | newforms-admin: Merged from trunk up to [7852]. | Brian Rosner |
| 2008-04-29 | newforms-admin: Fixed #6117 -- Implemented change history for the admin. This... | Brian Rosner |
| 2008-03-27 | newforms-admin: Changed Widget._has_changed to *only* use an empty string whe... | Brian Rosner |
| 2008-03-17 | newforms-admin: Cleaned up the implementation and APIs of all the formset cla... | Joseph Kocherhans |
| 2008-03-13 | newforms-admin: Merged from trunk up to [7232] | Joseph Kocherhans |
| 2008-02-15 | newforms-admin: Merged from trunk up to [7120]. | Joseph Kocherhans |
| 2008-01-17 | newforms-admin: Merged from trunk up to [7021]. | Joseph Kocherhans |
| 2007-12-02 | newforms-admin: Fixed #5828. You can leave inline add forms empty again. Than... | Joseph Kocherhans |
| 2007-11-30 | newforms-admin: Merged trunk revision [6671]. | Joseph Kocherhans |
| 2007-11-30 | newforms-admin: Merged from trunk up to [6670]. This is just before auto-esca... | Joseph Kocherhans |
| 2007-09-17 | newforms-admin: Merged to [6370]. | Joseph Kocherhans |
| 2007-09-15 | newforms-admin: Merged to [6332]. | Joseph Kocherhans |
| 2007-08-18 | newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and Admi... | Russell Keith-Magee |
| 2007-08-07 | Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-... | Russell Keith-Magee |
| 2007-07-07 | newforms-admin: Merged from trunk up to [5625]. This includes the Unicode | Malcolm Tredinnick |
| 2007-07-01 | newforms-admin: Merged to [5571] | Adrian Holovaty |
| 2007-06-15 | newforms-admin: Fixed Form.is_empty method to allow an empty SplitDateTimeFie... | Joseph Kocherhans |
| 2007-06-07 | newforms-admin: Merged to [5439] | Adrian Holovaty |
| 2007-05-24 | newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to... | Joseph Kocherhans |
| 2007-05-20 | newforms-admin: Merged to [5300] | Adrian Holovaty |
| 2007-05-15 | newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontest... | Joseph Kocherhans |
| 2007-05-12 | newforms-admin: Merged to [5194] | Adrian Holovaty |
| 2007-04-06 | newforms-admin: Merged to [4939] | Adrian Holovaty |
| 2007-03-28 | newforms-admin: Initial implementation of FormSet. | Joseph Kocherhans |
| 2007-02-20 | newforms-admin: Merged to [4545] | Adrian Holovaty |
| 2007-01-28 | newforms-admin: Merged to [4440] | Adrian Holovaty |
| 2007-01-20 | newforms-admin: Merged to [4370] | 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-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: Added 'initial' parameter to Field. This allows you to specify init... | 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-24 | newforms: Removed Widget.requires_data_list parameter, which was made redunda... | Adrian Holovaty |
| 2006-12-17 | newforms: Added BaseForm to django.newforms namespace | Adrian Holovaty |
| 2006-12-15 | newforms: Split the Form class into BaseForm and Form. The former has all the... | 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-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 |