| Age | Commit message (Expand) | Author |
| 2007-11-18 | queryset-refactor: Merged from trunk up to [6689]. | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Merged from trunk up to [6595]. | Malcolm Tredinnick |
| 2007-09-20 | queryset-refactor: Merged to [6381] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6300] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6190] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6155] | Adrian Holovaty |
| 2007-09-08 | Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si... | Gary Wilson Jr |
| 2007-08-12 | Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden... | Malcolm Tredinnick |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-01 | Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4469 -- Added slightly more informative error messages to max- and | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | 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-05-26 | Added a new form test that I forgot to commit in [5348]. Refs #3718. | 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-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-14 | Added unit tests and docs for the newforms case in which the form's data does... | Adrian Holovaty |
| 2007-05-12 | Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha... | 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 #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-09 | Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'... | Adrian Holovaty |
| 2007-04-05 | Fixed #3931 -- Corrected a typo noticed by Jorge Gajon. | Malcolm Tredinnick |
| 2007-04-04 | Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them | Malcolm Tredinnick |
| 2007-04-01 | Moved localflavor form tests into their own file. | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.com | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3847 -- Added validation support for Finnish social security numbers. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori. | Malcolm Tredinnick |
| 2007-03-25 | Fixed #3715 -- Added Japanese package to django.contrib.localflavor. Thanks, ... | Adrian Holovaty |
| 2007-03-25 | Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, Fa... | Adrian Holovaty |
| 2007-03-06 | Fixed #3654 -- Fixed test failure from [4665]. | Malcolm Tredinnick |
| 2007-02-21 | Added newforms USPhoneNumberField in django.contrib.localflavor.usa | Adrian Holovaty |
| 2007-02-21 | Added small newforms unit test | Adrian Holovaty |
| 2007-02-20 | Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice... | Adrian Holovaty |
| 2007-02-20 | Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla... | 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 | Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u... | Adrian Holovaty |
| 2007-02-15 | Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455 | 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 |