summaryrefslogtreecommitdiff
path: root/tests/regressiontests/inline_formsets/tests.py
AgeCommit message (Expand)Author
2009-05-08Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans.Jacob Kaplan-Moss
2009-04-04Replace test use of assertTrue with failUnless. No matter how many times we ...Karen Tracey
2009-04-01Fixed some silly assumptions about pk's that broke the test suite under postg...Joseph Kocherhans
2009-03-31Forms in model formsets and inline formsets can now be deleted even if they d...Joseph Kocherhans