| Age | Commit message (Expand) | Author |
| 2006-12-26 | newforms: Implemented RadioFieldRenderer.__getitem__(), which allows for inde... | Adrian Holovaty |
| 2006-12-26 | Fixed #3187 -- Django will now look for the root URLconf as an attribute of t... | Jacob Kaplan-Moss |
| 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-22 | Changed django.forms to remove duplicate code and import from django.oldforms... | Adrian Holovaty |
| 2006-12-20 | Refactored workhorse methods on m2m descriptors. Modified _add to check for t... | Russell Keith-Magee |
| 2006-12-20 | Fixed problem with assiging an empty list to m2m related descriptors, introdu... | Russell Keith-Magee |
| 2006-12-20 | Fixed #3142 -- Optimized the assignment of m2m and m2o relation sets. Thanks,... | Russell Keith-Magee |
| 2006-12-20 | Fixed #3128: Added explicit object-tools block so custom admin templates can ... | Jacob Kaplan-Moss |
| 2006-12-19 | Fixed typo in docs/redirects.txt | Adrian Holovaty |
| 2006-12-19 | Fixed #3164 -- Added explicit ordering to basic model test, and revised resul... | Russell Keith-Magee |
| 2006-12-18 | Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ... | Adrian Holovaty |
| 2006-12-18 | Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, ... | Adrian Holovaty |
| 2006-12-18 | Negligible spacing changes to docs/csrf.txt to be consistent | Adrian Holovaty |
| 2006-12-17 | Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Th... | Adrian Holovaty |
| 2006-12-17 | Refs #3118 -- Forgot to mention the efforts of Yashudi Masuda in triaging #31... | Russell Keith-Magee |
| 2006-12-17 | Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ... | Russell Keith-Magee |
| 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 | Improved error message in postgresql backend | Adrian Holovaty |
| 2006-12-15 | newforms: Changed form_for_model() to ignore a field if its formfield() retur... | Adrian Holovaty |
| 2006-12-15 | Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the... | Jacob Kaplan-Moss |
| 2006-12-15 | Implemented formfield() for a bunch of database Field classes | Adrian Holovaty |
| 2006-12-15 | Moved newforms import out of Field.formfield() | Adrian Holovaty |
| 2006-12-15 | Clarified docs/newforms.txt 'Migration plan' section | Adrian Holovaty |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-12-15 | Fixed #1977 -- Changed postgresql.org URL in global_settings.py and project_t... | Adrian Holovaty |
| 2006-12-15 | Changed runtests.py to set USE_I18N=True during test running, because the tem... | 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 | Beefed up 'Using branches' part of docs/contributing.txt | Adrian Holovaty |
| 2006-12-14 | Fixed #3143 -- Added TimeField to newforms. Thanks, jkocherhans | Adrian Holovaty |
| 2006-12-14 | Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs... | Adrian Holovaty |
| 2006-12-13 | Added 'Notes on field ordering' to docs/newforms.txt | Adrian Holovaty |
| 2006-12-13 | Fixed #3139 -- newforms BoundField no longer returns empty errors when using ... | Adrian Holovaty |
| 2006-12-13 | Updated docs/newforms.txt to reflect [4197]. Refs #3112 | 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-13 | Fixed #3117 -- Changed setup.py to get version from django.VERSION dynamicall... | Adrian Holovaty |
| 2006-12-12 | Fixed #3132 -- Added prefix support for newforms. Thanks, jkocherhans | Adrian Holovaty |
| 2006-12-11 | Added more to docs/newforms.txt | Adrian Holovaty |
| 2006-12-11 | newforms: Changed Form to use auto_id by default | Adrian Holovaty |
| 2006-12-11 | Edited docs/contributing.txt changes from [4190] | Adrian Holovaty |
| 2006-12-11 | Added ticket triage as one way to help out; added details on the need for tes... | Russell Keith-Magee |
| 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 |