| Age | Commit message (Expand) | Author |
| 2010-05-21 | Fixed #13560 -- Fixed localization of widgets. | Jannis Leidel |
| 2010-03-27 | Fixed #13032 - Added localize parameter to form fields to be able to selecti... | Jannis Leidel |
| 2010-03-01 | Fixed #12779 - Sanitize numeric form field input according to decimal and tho... | Jannis Leidel |
| 2010-02-23 | Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor. | Joseph Kocherhans |
| 2010-02-22 | Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel... | Russell Keith-Magee |
| 2010-02-14 | Fixed #6054: work around PIL's installation brokeness by detecting either of ... | Jacob Kaplan-Moss |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2010-01-05 | Fixed deprecation warning nuisance introduced in r11964. Thanks to Luke Plant... | Jannis Leidel |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-10-09 | SECURITY ALERT: Corrected regular expressions for URL and email fields. | Jacob Kaplan-Moss |
| 2009-09-10 | Fixed #10950 - unused import. | Luke Plant |
| 2009-05-02 | Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ... | Russell Keith-Magee |
| 2009-04-16 | Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ... | Russell Keith-Magee |
| 2009-04-16 | Fixed #9890 -- Modified the regex validation for email addresses to match RFC... | Russell Keith-Magee |
| 2009-04-08 | Fixed #8422: FilePathField now respects required=False. | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-22 | Fixed #8962 -- Consistently support format and input_format in the various (i... | 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-10-24 | Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke. | 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-28 | Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha... | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-23 | Small edit of [8491]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7244 -- Allow widget overriding in subclasses for ModelChoiceField, | Malcolm Tredinnick |
| 2008-08-15 | Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of... | Gary Wilson Jr |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-07-30 | The help_text attribute in forms can be a ugettext_lazy() object, so be careful | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't return | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7345 -- When normalising the URLField form field, attach a trailing | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-21 | Fixed #7727 -- Improved the checks for import failure when using PIL. Under P... | Russell Keith-Magee |
| 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 |