#15301: GenericInlineModelAdmin's get_formset() method does not have same arg signature/behavior as InlineModelAdmin --------------------------+------------------------------------------------- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: 1.2 Keywords: | Triage Stage: Unreviewed Has patch: 0 | --------------------------+------------------------------------------------- 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 -- Ticket URL: <http://code.djangoproject.com/ticket/15301> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
