| Age | Commit message (Expand) | Author |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoid | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. Thanks | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-06-15 | Fixed #3972 -- Updated docstring. Patch from SmileyChris. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #3718 -- Exposed form errors to cleaning methods as soon as they are | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4297 -- Made form errors available to sub-classes. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4390, #4385 -- Made it clear that cleaned_data wasn't being assigned to | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt(). | Malcolm Tredinnick |
| 2007-05-16 | Fixed #4318 -- Fixed unused imports and other various style tweaks in newform... | Adrian Holovaty |
| 2007-05-14 | Changed the fix from [5231] so that the backwards-incompatibility is made more | Malcolm Tredinnick |
| 2007-05-14 | Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*. | Malcolm Tredinnick |
| 2007-05-12 | Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha... | Russell Keith-Magee |
| 2007-05-12 | Added docs for form_for_model and form_for_instance, and added a fields argum... | Russell Keith-Magee |
| 2007-04-27 | Fixed #3698 -- Modified newforms labels to only add a colon if the label text... | Russell Keith-Magee |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-26 | Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ... | Russell Keith-Magee |
| 2007-04-24 | Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect... | Russell Keith-Magee |
| 2007-04-21 | Fixed #3821 -- Added a widget class attribute to ChoiceField and | Malcolm Tredinnick |
| 2007-04-09 | Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'... | Adrian Holovaty |
| 2007-04-04 | Cleaned up [4924]. Sorry; wasn't concentrating enough. | Malcolm Tredinnick |
| 2007-04-04 | Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks, | Malcolm Tredinnick |
| 2007-04-04 | Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful | Malcolm Tredinnick |
| 2007-04-02 | Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them | Malcolm Tredinnick |
| 2007-04-01 | Tweaked formatting so that comments are readable on 80-char terminals. | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance(). | Malcolm Tredinnick |
| 2007-02-21 | Added a comment to ModelChoiceField from [4552] | Adrian Holovaty |
| 2007-02-21 | Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long... | Adrian Holovaty |
| 2007-02-20 | Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice... | Adrian Holovaty |
| 2007-02-20 | Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr... | Adrian Holovaty |
| 2007-02-20 | Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ... | Adrian Holovaty |
| 2007-02-19 | Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu... | Adrian Holovaty |
| 2007-02-19 | Improved newforms to handle wacky characters in Field help_text | Adrian Holovaty |
| 2007-02-15 | Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No... | Adrian Holovaty |
| 2007-02-15 | Created django.contrib.localflavor, for country- and culture-specific functio... | Adrian Holovaty |
| 2007-02-15 | Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ... | Adrian Holovaty |
| 2007-02-15 | Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh | Adrian Holovaty |
| 2007-02-15 | Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ... | Adrian Holovaty |
| 2007-02-15 | Added empty space in newforms BaseForm.__init__() to visually group a lengthy... | Adrian Holovaty |
| 2007-02-15 | Fixed #1466 -- Added newforms USZipCodeField | Adrian Holovaty |
| 2007-02-14 | Implemented subclassing Forms in newforms | Adrian Holovaty |
| 2007-02-13 | Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field... | Adrian Holovaty |
| 2007-02-05 | newforms: Changed ChoiceField error message *not* to include user-provided input | Adrian Holovaty |
| 2007-01-29 | Improved newforms.models.save_for_instance() to set many-to-many values via I... | Adrian Holovaty |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | Adrian Holovaty |
| 2007-01-28 | Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f... | Adrian Holovaty |
| 2007-01-27 | Fixed #3334 -- Changed newforms Form class construction so that appending to ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ... | Adrian Holovaty |