| Age | Commit message (Expand) | Author |
| 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-12-05 | Template system now supports variables whose str() returns a Unicode object w... | 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 |
| 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 |
| 2006-11-29 | newforms: Added BoundField.data property | Adrian Holovaty |
| 2006-11-29 | newforms: Added Widget.value_from_datadict hook, which allows a Widget to def... | Adrian Holovaty |
| 2006-11-29 | newforms: Implemented CheckboxSelectMultiple | Adrian Holovaty |
| 2006-11-29 | newforms: The <input> tags in a RadioSelect now each have a distinct ID. Also... | Adrian Holovaty |
| 2006-11-29 | Fixed #3064 -- newforms: Added <label> support through BoundField.label_tag()... | Adrian Holovaty |
| 2006-11-28 | newforms: Changed Form unit tests to use f.clean_data rather than f.clean(), ... | Adrian Holovaty |
| 2006-11-27 | newforms: Normalized all error <ul>s to use class='errorlist' | Adrian Holovaty |
| 2006-11-27 | newforms: Added Form.non_field_errors() and added more examples/documentation... | Adrian Holovaty |
| 2006-11-27 | Fixed #3026 -- newforms: Form class now suppresses validation and errors if n... | Adrian Holovaty |
| 2006-11-27 | newforms: Changed Form.errors to be a property rather than a function. Refs #... | 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-26 | Fixed #3065 -- newforms: Fixed rendering problem with RadioSelect as a member... | Adrian Holovaty |
| 2006-11-23 | newforms: Added unit test to test field order. Refs #3054 | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact... | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3027 -- Changed Form as_table(), as_ul(), as_table_with_erro... | Adrian Holovaty |
| 2006-11-15 | newforms: Added unit test showing it's possible to construct the fields in a ... | Adrian Holovaty |
| 2006-11-15 | Fixed #3025 -- Added auto_id option to Form.__init__(). Thanks, SmileyChris | Adrian Holovaty |
| 2006-11-15 | newforms: Implemented RadioSelect, with unit tests | Adrian Holovaty |
| 2006-11-07 | Fixed #2800: the ifchanged tag now can optionally take paramaters to be check... | Jacob Kaplan-Moss |
| 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-02 | Implemented SelectMultiple in django.newforms.widgets | Adrian Holovaty |
| 2006-11-01 | Updated forms unit tests to reflect new fields and widgets from [3955] and [3... | Adrian Holovaty |
| 2006-10-28 | Changed forms unit tests to reflect the fact that render() does not use the t... | Adrian Holovaty |
| 2006-10-28 | Split django.newforms into forms, fields, widgets, util. Also moved unit test... | Adrian Holovaty |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-10-14 | Fixes #2737 -- Added code to allow None as a query value for __exact queries,... | Russell Keith-Magee |
| 2006-09-26 | Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due to | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2456 -- Added backslash escaping to addslashes, which is necessary once | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2743 -- Made the value of a cycle tag accessible through the context. | Malcolm Tredinnick |
| 2006-09-04 | Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w... | Russell Keith-Magee |