| Age | Commit message (Expand) | Author |
| 2009-07-03 | Fixed #10922 -- Corrected handling of POST data to ensure that the right obje... | Russell Keith-Magee |
| 2009-05-29 | Fixed a few Python 2.3 incompatibilities that were causing test failures. | Gary Wilson Jr |
| 2009-05-19 | Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ... | Karen Tracey |
| 2009-05-15 | Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ... | Russell Keith-Magee |
| 2009-05-14 | Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than... | Jacob Kaplan-Moss |
| 2009-05-13 | Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that... | Russell Keith-Magee |
| 2009-05-10 | Changed r10668 to not falsely error out when using generic inlines. | Malcolm Tredinnick |
| 2009-05-10 | Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ... | Russell Keith-Magee |
| 2009-05-08 | Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans. | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #9493 -- Corrected error handling of formsets that violate unique const... | Russell Keith-Magee |
| 2009-05-07 | Fixed #10893 -- Corrected a problem with using list_editable in the admin whe... | Russell Keith-Magee |
| 2009-05-02 | Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ... | Russell Keith-Magee |
| 2009-04-30 | Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ... | Russell Keith-Magee |
| 2009-04-22 | Fixed #10163: add an artificial ordering to querysets used by formsets, thus ... | Jacob Kaplan-Moss |
| 2009-04-22 | Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10799: fixed the use of list_editable with model inheritance and custo... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10002: inline file uploads now correctly display prior data. Thanks, d... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea... | Jacob Kaplan-Moss |
| 2009-04-16 | Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca... | 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-11 | Fixed #10645 -- Added some robustness around some admin and modelform params. | Malcolm Tredinnick |
| 2009-04-10 | Fixed #10038: make `BaseModelFormSet.save_existing_objects` use `Form.has_cha... | Jacob Kaplan-Moss |
| 2009-04-10 | Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j... | Jacob Kaplan-Moss |
| 2009-04-08 | Fixed #8422: FilePathField now respects required=False. | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed a bug introduced by [10316]. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ... | Jacob Kaplan-Moss |
| 2009-03-31 | Forms in model formsets and inline formsets can now be deleted even if they d... | Joseph Kocherhans |
| 2009-03-31 | Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l... | Joseph Kocherhans |
| 2009-03-30 | Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-30 | Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked... | Joseph Kocherhans |
| 2009-03-30 | Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save(). | Joseph Kocherhans |
| 2009-03-22 | Fixed #8962 -- Consistently support format and input_format in the various (i... | Karen Tracey |
| 2009-03-17 | Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an ... | Jacob Kaplan-Moss |
| 2009-03-17 | Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks... | Russell Keith-Magee |
| 2009-03-15 | Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i... | Russell Keith-Magee |
| 2009-03-10 | Fixed #10271, #10281 -- Fixed the handling multiple inline models that share... | Russell Keith-Magee |
| 2009-02-03 | Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe... | Karen Tracey |
| 2009-01-19 | Fixed #10069 -- Fixed the model form unique validation code to not proceed wi... | Karen Tracey |
| 2008-12-23 | Fixed #9882 -- Added `alters_data = True` to `BaseModelForm.save` method, tha... | Gary Wilson Jr |
| 2008-12-21 | Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto... | Karen Tracey |
| 2008-12-08 | The first step in fixing a group of problems related to outputting a proper | Malcolm Tredinnick |
| 2008-12-08 | Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in th... | Adrian Holovaty |
| 2008-12-05 | Added a way to iterate over hidden/visible fields in a form. Useful for manual | Malcolm Tredinnick |
| 2008-11-14 | Fixed #9076 -- Changed BaseInlineFormSet to not override BaseModelFormSet's g... | Karen Tracey |