| Age | Commit message (Expand) | Author |
| 2008-12-05 | Added a way to iterate over hidden/visible fields in a form. Useful for manual | Malcolm Tredinnick |
| 2008-11-10 | Add tests mistakenly left out of r9397. | Karen Tracey |
| 2008-11-10 | Fixed #7064: Made DemicmalField validation support max_digits equal to decima... | Karen Tracey |
| 2008-11-10 | Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks... | Karen Tracey |
| 2008-11-06 | Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an... | Karen Tracey |
| 2008-10-05 | Fixed #9259 -- Fixed a validation error for Spanish identity card numbers. | Malcolm Tredinnick |
| 2008-09-18 | Fixed #9125 -- When displaying errors for a form with only hidden fields, mak... | Malcolm Tredinnick |
| 2008-09-17 | Fixed #8865 -- Improved the robustness of some file path tests. | Malcolm Tredinnick |
| 2008-09-01 | Fixed #7975 -- Callable defaults in inline model formsets now work correctly.... | Brian Rosner |
| 2008-08-31 | Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #5216 -- Fixed a case of a string not being a unicode string. | Malcolm Tredinnick |
| 2008-08-28 | Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch... | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ... | Jacob Kaplan-Moss |
| 2008-08-25 | Updated `TimeInput` changes from [8491] to allow time widgets to be used with... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so | Malcolm Tredinnick |
| 2008-08-20 | Fixed #8434 -- I forgot to update the tests when committing [8443]. Thanks, | Malcolm Tredinnick |
| 2008-08-16 | Fixed #8229: Added handling for a special case in the validation of Spanish I... | Russell Keith-Magee |
| 2008-08-15 | Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of... | Gary Wilson Jr |
| 2008-08-14 | Fixed #8276 -- Changed the names of a few Polish localflavor classes to match | Malcolm Tredinnick |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-02 | Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p... | Gary Wilson Jr |
| 2008-07-27 | Fixed #6427 -- Added some more features to the Austrian localflavor. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7345 -- When normalising the URLField form field, attach a trailing | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. | Malcolm Tredinnick |
| 2008-07-23 | Made the semi-private _max_form_count live on the public API of formsets by r... | Brian Rosner |
| 2008-07-21 | Corrected typo. | Gary Wilson Jr |
| 2008-07-19 | Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD. | Malcolm Tredinnick |
| 2008-07-19 | Fixed #6009 -- Added regression tests to show that uploading non-ASCII | Malcolm Tredinnick |
| 2008-07-19 | Fixed #4412 -- Added support for optgroups, both in the model when defining c... | Russell Keith-Magee |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-06-30 | Fixed #5957 -- Enforce the "required" attribute on BooleanField in newforms. | Malcolm Tredinnick |
| 2008-06-28 | Fixed the fix from [7775]. | Malcolm Tredinnick |
| 2008-06-27 | Fixed #7559 -- Updated newforms unit tests to reflect the fact that http://ww... | Adrian Holovaty |
| 2008-06-18 | Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ... | Jacob Kaplan-Moss |
| 2008-06-16 | Fixed #7456 -- Removed check of exact IndexError exception text in a unit tes... | Adrian Holovaty |
| 2008-03-24 | Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder. | Malcolm Tredinnick |
| 2008-03-20 | Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus | Malcolm Tredinnick |
| 2008-03-19 | Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2008-03-19 | Replaced dict reprs in tests with explicit looks at each key. This should fix... | Jacob Kaplan-Moss |
| 2008-03-18 | Fixed #6230: Fixed the addition of id values to the select widgets in | Malcolm Tredinnick |
| 2008-01-17 | Fixed #6302. FileField no longer requires a value if one already exists. Than... | Joseph Kocherhans |
| 2008-01-02 | Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ... | Adrian Holovaty |
| 2007-12-19 | Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5871 -- Factored out the validation errors in localflavor form fields.... | Malcolm Tredinnick |