InlineModelAdmin.max_num This controls the maximum number of forms to show in the inline. This doesn’t directly correlate to
class apps.SimpleAdminConfig This class works like
AdminSite.register(model_or_iterable, admin_class=None, **options) [source] Registers the
InlineModelAdmin.fk_name The name of the foreign key on the model. In most cases this will be dealt with automatically, but
LogEntry.object_id The textual representation of the modified object’s primary key.
ModelAdmin.list_display_links Use list_display_links to control if and which fields in
LogEntry.get_change_message() New in Django 1.10.
ModelAdmin.list_editable Set list_editable to a list of field names on the model which will allow editing on the
InlineModelAdmin.extra This controls the number of extra forms the formset will display in addition to the initial forms. See
ModelAdmin.delete_model(request, obj) [source] The delete_model method is given
Page 13 of 14