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