InlineModelAdmin.get_max_num(request, obj=None, **kwargs) Returns the maximum number of extra inline forms to use. By default
ModelAdmin.delete_selected_confirmation_template Path to a custom template, used by the delete_selected action
ModelAdmin.formfield_for_manytomany(db_field, request, **kwargs) Like the formfield_for_foreignkey method, the
LogEntry.user The user (an AUTH_USER_MODEL instance) who performed the action.
ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented
InlineModelAdmin.get_extra(request, obj=None, **kwargs) Returns the number of extra inline forms to use. By default, returns
class AdminSite(name='admin') [source] A Django administrative site is represented by an
ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results
ModelAdmin.search_fields Set search_fields to enable a search box on the admin change list page. This should be
ModelAdmin.save_model(request, obj, form, change) [source] The save_model method
Page 6 of 14