| Age | Commit message (Expand) | Author |
| 2009-04-01 | [1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus,... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inl... | Joseph Kocherhans |
| 2009-03-31 | [1.0.X] Forms in model formsets and inline formsets can now be deleted even i... | Joseph Kocherhans |
| 2009-03-30 | [1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on... | Joseph Kocherhans |
| 2009-03-30 | [1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form i... | Joseph Kocherhans |
| 2009-03-17 | [1.0.X] Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when calle... | Jacob Kaplan-Moss |
| 2009-03-10 | [1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th... | Russell Keith-Magee |
| 2009-02-03 | Fixed #10075: Allowed saving of inline-edited models that use multi-table inh... | Karen Tracey |
| 2009-01-19 | [1.0.X] Fixed #10069 -- Fixed the model form unique validation code to not pr... | Karen Tracey |
| 2008-12-23 | [1.0.X] Fixed #9882 -- Added `alters_data = True` to `BaseModelForm.save` met... | Gary Wilson Jr |
| 2008-12-21 | [1.0.X] Fixed #9865 -- Allow saving of new inline-edited objects with custom ... | Karen Tracey |
| 2008-12-08 | [1.0.X] The first step in fixing a group of problems related to outputting a | Malcolm Tredinnick |
| 2008-11-14 | [1.0.X] Fixed #9076 -- Changed BaseInlineFormSet to not override BaseModelFor... | Karen Tracey |
| 2008-11-10 | [1.0.X] Fixed #7064: Made DemicmalField validation support max_digits equal t... | Karen Tracey |
| 2008-11-10 | [1.0.X] Fixed #6035 -- Gave the SplitDateTimeField the proper default widget.... | Karen Tracey |
| 2008-11-06 | [1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e... | Karen Tracey |
| 2008-11-05 | [1.0.X] Fixed #9218 -- Simplified the fix from #9039 and added tests to ensur... | Karen Tracey |
| 2008-11-04 | [1.0.X] Fixed #9418 -- When saving a model form, defer saving of file-type fi... | Karen Tracey |
| 2008-11-01 | [1.0.X] Fixed #9494 -- Ensure the foreign key in an inline formset is always ... | Brian Rosner |
| 2008-10-31 | [1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields... | Brian Rosner |
| 2008-10-28 | [0.5.X] Fixed #9462 -- Set the instance in an inline formset correctly so tha... | Brian Rosner |
| 2008-10-24 | [1.0.X] Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and r... | Malcolm Tredinnick |
| 2008-10-21 | [1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL... | Karen Tracey |
| 2008-10-08 | [1.0.X] Fixed #9319 -- Fixed a crash when using the same model field in multiple | Malcolm Tredinnick |
| 2008-09-27 | Fixed #9171 -- Fixed a few places where we were assuming lists instead of | Malcolm Tredinnick |
| 2008-09-18 | Fixed #9125 -- When displaying errors for a form with only hidden fields, mak... | Malcolm Tredinnick |
| 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 |