| Age | Commit message (Expand) | Author |
| 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 |
| 2006-08-27 | Refs #2333 - Modified runtests script to use new testing framework. Migrated ... | Russell Keith-Magee |
| 2006-07-04 | Fixed #1578 -- fixed a corner-case where we still wanting core=True attributes | Malcolm Tredinnick |
| 2006-06-23 | Fixed #1661 -- Added logic for string-form model references in the 'to' argum... | Russell Keith-Magee |
| 2006-06-23 | Fixed #1662 -- Added resolver for string-form model references for models tha... | Russell Keith-Magee |
| 2006-06-20 | Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql | Adrian Holovaty |
| 2006-06-20 | Fixed #2119 -- fixed problems with splitting SQL statements into separate | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2161 -- handle trailing newlines in initial SQL data. Includes | Malcolm Tredinnick |
| 2006-06-20 | Added regressions tests to ensure that one-to-one and many-to-many fields | Malcolm Tredinnick |