| Age | Commit message (Expand) | Author |
| 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 |
| 2007-12-02 | Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran. | Malcolm Tredinnick |
| 2007-11-29 | Fixed #6014 -- More robust error handling when validating decimal fields. | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks, | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces. | Malcolm Tredinnick |
| 2007-11-28 | Fixed #5730: Conditionally escape widget contents in newforms to avoid | Malcolm Tredinnick |
| 2007-11-26 | Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `... | Gary Wilson Jr |
| 2007-11-18 | Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability... | Gary Wilson Jr |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-11-04 | Fixed a Python 2.3 problem. | Malcolm Tredinnick |
| 2007-10-28 | Fixed #3457 -- Allow overridding of error messages for newforms Fields. | Gary Wilson Jr |
| 2007-10-27 | Removed an "XFAIL" marker that was accidentally hanging around since the | Malcolm Tredinnick |
| 2007-10-22 | Changed field to "def_date" from "date" in new tests from [6568] so we can ru... | Matt Boersma |
| 2007-10-22 | Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, | Malcolm Tredinnick |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-20 | Fixed #899 -- Use model field default values as formfield initial values in | Malcolm Tredinnick |
| 2007-10-20 | Changed newforms.CheckboxInput widget to return False as its value when not | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks, | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com and | Malcolm Tredinnick |
| 2007-09-20 | Removed empty tests/regressiontests/forms/localflavor.py file left over after... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe... | Jacob Kaplan-Moss |
| 2007-09-16 | Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4975 -- Allow the default label suffix character to be configured. Tha... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5355 -- Fixed data cleaning for DecimalField. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test... | Malcolm Tredinnick |