| Age | Commit message (Expand) | Author |
| 2008-09-03 | Fixed #8841 -- Fixed a case of ForeignKeys to models constructed with | Malcolm Tredinnick |
| 2008-09-03 | Fixed #8828 -- Trimmed some trailing whitespace that might have been causing a | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir. | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8795: unique_together validation no longer fails on model forms that e... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr... | Brian Rosner |
| 2008-09-01 | Fixup for Python 2.3. | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8777: use better capitalization in unique together error message. Than... | Jacob Kaplan-Moss |
| 2008-09-01 | Removed a conditional that slipped by that makes inline model formsets fail v... | Brian Rosner |
| 2008-09-01 | Fixed #7975 -- Callable defaults in inline model formsets now work correctly.... | Brian Rosner |
| 2008-09-01 | Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu... | Jacob Kaplan-Moss |
| 2008-08-31 | Enforce max_num=1 on inline model formsets that have a unique foreign key to ... | 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-31 | Fixed handling of primary keys in model formsets. Model formsets should now w... | Brian Rosner |
| 2008-08-29 | Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare... | Brian Rosner |
| 2008-08-28 | Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha... | Jacob Kaplan-Moss |
| 2008-08-27 | Corrected a couple of typos in docstrings of methods in BaseFormSet. | Brian Rosner |
| 2008-08-27 | Fixed #7289 -- Made ModelForms behave like Forms in the sense that Field | Malcolm Tredinnick |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-26 | Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8543: added translation markings to can_delete and can_order form labe... | 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 #7888 -- Handle model inheritance with model formsets correctly. Thanks... | Brian Rosner |
| 2008-08-25 | Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can | Malcolm Tredinnick |
| 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-08-10 | Fixed #8041 -- Modified media rendering to return safe strings. Thanks to Dan... | Russell Keith-Magee |
| 2008-08-08 | Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has... | Brian Rosner |
| 2008-08-01 | Ensure that custom primary keys are always shown on a formset. Refs #7938. Th... | Brian Rosner |
| 2008-08-01 | Fixed #8030 - use super() in BaseModelForm | Luke Plant |
| 2008-08-01 | Modified inline handling to allow for an inline formset to be displayed when ... | Russell Keith-Magee |
| 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 |