index
:
django.git
fix-31295
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
/
inline_formsets
Age
Commit message (
Expand
)
Author
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-05-08
Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans.
Jacob Kaplan-Moss
2009-04-04
Replace test use of assertTrue with failUnless. No matter how many times we ...
Karen Tracey
2009-04-01
Fixed some silly assumptions about pk's that broke the test suite under postg...
Joseph Kocherhans
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner