| Age | Commit message (Expand) | Author |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Fixed #7816 -- Fixed error in a few DeprecationWarnings. Thanks, leahculver | Adrian Holovaty |
| 2008-07-12 | Fixed #7673: make sure to rewind uploaded image data when validating ImageFie... | Jacob Kaplan-Moss |
| 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-16 | Fixed #7454 -- Removed unnecessary import in newforms/fields.py. Thanks, lorien | Adrian Holovaty |
| 2008-03-19 | Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2008-01-18 | Fixed #6302 for ImageFields. | Jacob Kaplan-Moss |
| 2008-01-17 | Fixed #6302. FileField no longer requires a value if one already exists. Than... | Joseph Kocherhans |
| 2007-12-04 | Small docstring edit to change from [6745] | Adrian Holovaty |
| 2007-12-02 | Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we | Malcolm Tredinnick |
| 2007-12-01 | Simplified the newforms error_messages setting code from [6625] | Adrian Holovaty |
| 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-04 | For readability, use _() as an alias to mark translatable strings. | Malcolm Tredinnick |
| 2007-10-28 | Fixed #3457 -- Allow overridding of error messages for newforms Fields. | Gary Wilson Jr |
| 2007-10-28 | Removed duplicate decimal import. | Gary Wilson Jr |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-21 | DateTimeField can now clean values that come from SplitDateTimeWidget. | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5471 -- Fixed cleaning of boolean field data when it's used as a hidde... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5355 -- Fixed data cleaning for DecimalField. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #3848 -- Added more comprehensive checks to ImageField validation, chec... | Russell Keith-Magee |
| 2007-09-14 | Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks... | Russell Keith-Magee |
| 2007-09-11 | Fixed #4478 -- Added a catch for an error thrown by PIL when attempting to va... | Russell Keith-Magee |
| 2007-09-08 | Fixed imports to adhere to PEP 8 and stripped trailing whitespace. | Gary Wilson Jr |
| 2007-09-08 | Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si... | Gary Wilson Jr |
| 2007-08-12 | Fixed #5095 -- newforms now checks for EnvironmentError when importing settin... | Adrian Holovaty |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-14 | Fixed a problem with translatable strings from [5686]. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4469 -- Added slightly more informative error messages to max- and | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4861 -- Removed some duplicated logic from the newforms RegexField by | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. | Malcolm Tredinnick |
| 2007-07-12 | Fixed #4755 -- Modified newforms MultipleChoiceField to use list comprehensio... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Added some clearer docstrings to MultiValueField and MultiWidget | Adrian Holovaty |
| 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-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-16 | Fixed #4318 -- Fixed unused imports and other various style tweaks in newform... | Adrian Holovaty |
| 2007-04-26 | Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ... | Russell Keith-Magee |
| 2007-04-21 | Fixed #3821 -- Added a widget class attribute to ChoiceField and | Malcolm Tredinnick |
| 2007-04-04 | Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful | Malcolm Tredinnick |
| 2007-04-01 | Tweaked formatting so that comments are readable on 80-char terminals. | Malcolm Tredinnick |
| 2007-02-20 | Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice... | Adrian Holovaty |
| 2007-02-19 | Improved newforms to handle wacky characters in Field help_text | Adrian Holovaty |