summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_inline_admin/models.py
AgeCommit message (Expand)Author
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-08-12Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...Jannis Leidel
2010-11-13Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...Jannis Leidel
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-01-21Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...Joseph Kocherhans
2009-12-17Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...Russell Keith-Magee
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...Jacob Kaplan-Moss
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner