| Age | Commit message (Expand) | Author |
| 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-23 | Added the ability to customize the prefix value on an inline formset. Fixes #... | Brian Rosner |
| 2008-07-23 | Made the semi-private _max_form_count live on the public API of formsets by r... | Brian Rosner |
| 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 |
| 2006-12-22 | Changed django.forms to remove duplicate code and import from django.oldforms... | Adrian Holovaty |
| 2006-11-06 | Fixed #2899: added defaults for data and error_dict params to FormWrapper. T... | Jacob Kaplan-Moss |
| 2006-09-26 | Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2727 -- Fixed problem with serialising error messages from validation. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2599 -- Fixed rendering problem in comma-separated integer fields. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2579 -- Fixed a problem with empty raw_id_admin form fields. Thanks to | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2685 -- Correctly process blank input for USStateField elements. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2640 -- Allow is_required for CheckboxField classes (defaults to False, | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2761 -- Apply escaping to values in form checkbox attributes. | Malcolm Tredinnick |
| 2006-07-28 | Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph. | Jacob Kaplan-Moss |
| 2006-07-05 | Fixed #1980, #2155 -- made date, time and datetime html2python methods a bit | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2190 -- Now allowing NullBooleanField to be given None | Adrian Holovaty |
| 2006-06-19 | Fixed #1756 -- Permit selecting no file in a FilePathField with blank = True. | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-06-01 | Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo... | Luke Plant |
| 2006-05-31 | Fixed #2020 -- <option> values are now escaped in SelectMultipleField | Adrian Holovaty |
| 2006-05-09 | Fixed #1477 -- Made maxlength overridablef for URLField formfield | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |