Class InlineModelAdmin

Options for inline editing of ``model`` instances.

Declaration

class InlineModelAdmin(BaseModelAdmin)
source link

Documentation

Provide ``fk_name`` to specify the attribute name of the ``ForeignKey``
from ``model`` to its parent. This is required if ``model`` has more than
one ``ForeignKey`` to its parent.

Methods

Inherited methods

Subclasses

Reexports