InlineModelAdmin.max_num This controls the maximum number of forms to show in the inline. This doesn’t directly correlate to
ModelAdmin.list_editable Set list_editable to a list of field names on the model which will allow editing on the
LogEntry.object_id The textual representation of the modified object’s primary key.
InlineModelAdmin.get_formset(request, obj=None, **kwargs) Returns a
ModelAdmin.list_display_links Use list_display_links to control if and which fields in
ModelAdmin.actions_on_top
AdminSite.register(model_or_iterable, admin_class=None, **options) [source] Registers the
class apps.SimpleAdminConfig This class works like
ModelAdmin.get_list_display_links(request, list_display) [source] The get_list_display_links
ModelAdmin.has_change_permission(request, obj=None) Should return True if editing obj is permitted, False
Page 13 of 14