Opened 14 years ago

Closed 13 years ago

#15301 closed Bug (duplicate)

GenericInlineModelAdmin's get_formset() method does not have same arg signature/behavior as InlineModelAdmin

Reported by: anonymous Owned by: nobody
Component: contrib.contenttypes Version: 1.2
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This leads to difficulty when trying to override get_formset() in a subclass

Note that it takes kwargs and will update the defaults:
http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py#L1297

No kwargs/no update:
http://code.djangoproject.com/browser/django/trunk/django/contrib/contenttypes/generic.py#L402

Change History (4)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Gabriel Hurley, 13 years ago

Component: Contrib appscontrib.contenttypes

comment:3 by Łukasz Rekucki, 13 years ago

Severity: Normal
Type: Bug

comment:4 by Preston Timmons, 13 years ago

Easy pickings: unset
Resolution: duplicate
Status: newclosed

This is a duplicate of #9588.

Note: See TracTickets for help on using tickets.
Back to Top