summaryrefslogtreecommitdiff
path: root/tests/regressiontests/inline_formsets/tests.py
AgeCommit message (Collapse)Author
2009-05-08Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04Replace test use of assertTrue with failUnless. No matter how many times we ↵Karen Tracey
try, Python 2.3 still doesn't recognize assertTrue. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01Fixed some silly assumptions about pk's that broke the test suite under ↵Joseph Kocherhans
postgresql. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31Forms in model formsets and inline formsets can now be deleted even if they ↵Joseph Kocherhans
don't validate. Related to #9587. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10283 bcc190cf-cafb-0310-a4f2-bffc1f526a37