summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_inline_admin/models.py
AgeCommit message (Collapse)Author
2010-02-23[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ↵Joseph Kocherhans
[12533] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-17[1.1.X] Updated BaseGenericInlineFormSet to match the changes made to ↵Russell Keith-Magee
BaseInlineFormSet in r11874. Backport of r11885 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. ↵Jacob Kaplan-Moss
Thanks, Alex Robbins. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not ↵Brian Rosner
available (for now). This case pops up with generic foreign key inlines after [9297]. Added tests to handle future regressions with generic foreign key inlines in the admin. Thanks markus and danielr for patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9412 bcc190cf-cafb-0310-a4f2-bffc1f526a37