InlineModelAdmin.classes
New in Django 1.10.
A list or tuple containing extra CSS classes to apply to the fieldset that is rendered for the inlines. Defaults to None
. As with classes configured in fieldsets
, inlines with a collapse
class will be initially collapsed and their header will have a small “show” link.
Please login to continue.