summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_inline_admin
AgeCommit message (Expand)Author
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-23[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...Joseph Kocherhans
2009-12-17[1.1.X] Fixed #12393 -- Parameterized the form output in the testGenericInlin...Russell Keith-Magee
2009-12-17[1.1.X] Updated BaseGenericInlineFormSet to match the changes made to BaseInl...Russell Keith-Magee
2009-12-09[1.1.X] Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns a...Justin Bronn
2009-04-22Fixed the tests from [9438] to work consistantly across databases. In particu...Jacob Kaplan-Moss
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