summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_formsets_regress
AgeCommit message (Expand)Author
2011-03-04Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes...Russell Keith-Magee
2011-02-21Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant
2011-02-05Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. ...Russell Keith-Magee
2011-01-25Fixed #14938 - Fixed save-as-new on inline formset with new forms.Carl Meyer
2010-11-21Fixed failing tests caused by r14667Honza Král
2010-10-13Fixed #14119 -- fields_for_model no longer returns all fields when fields par...Honza Král
2010-09-10Fixed #13095 -- `formfield_callback` keyword argument is now more sane and wo...Justin Bronn
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2009-10-30Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ w...Brian Rosner
2009-05-20Modified a test from r10787 so that the comparison order is reliable. Thanks ...Russell Keith-Magee
2009-05-15Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ...Russell Keith-Magee
2009-05-13Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that...Russell Keith-Magee