summaryrefslogtreecommitdiff
path: root/tests/regressiontests/inline_formsets/tests.py
AgeCommit message (Expand)Author
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-10-17[1.2.X] Fixed a few other backporting-related bugs introduced in r14213.Jannis Leidel
2010-10-14[1.2.X] Fixed #14456 -- converted inline_formsets tests from doctests to unit...Alex Gaynor
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
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