summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_inline_admin/tests.py
AgeCommit message (Expand)Author
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...Jacob Kaplan-Moss
2009-04-03Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...Jacob Kaplan-Moss
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2008-11-14Fixed #9592 -- Create data for the generic_inline_admin test during setup ins...Karen Tracey
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner