ModelAdmin.response_delete(request, obj_display, obj_id) [source] Determines the
LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains
ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the
ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally
InlineModelAdmin.classes New in Django 1.10. A
ModelAdmin.get_changelist_formset(request, **kwargs) [source] Returns a
AdminSite.app_index_template Path to a custom template that will be used by the admin site app index view.
ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin
ModelAdmin.add_form_template Path to a custom template, used by
InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to
Page 11 of 14