summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_formsets/tests.py
AgeCommit message (Expand)Author
2011-03-09[1.2.X] Fixed a number of tests that were failing in Oracle due to false assu...Ian Kelly
2011-03-08[1.2.X] Added a skip for a test that fails in Oracle. Unlike other backends,...Ian Kelly
2011-02-05[1.2.X] Modified wrong expected model formset output in a couple of additiona...Ramiro Morales
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-11-17[1.2.X] Migrated model_formsets doctests. Thanks to Gregor Müllegger for the...Russell Keith-Magee
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
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