ModelAdmin.search_fields Set search_fields to enable a search box on the admin change list page. This should be
ModelAdmin.get_fieldsets(request, obj=None) The get_fieldsets method is given the HttpRequest and
ModelAdmin.get_list_filter(request) [source] The get_list_filter method is given
ModelAdmin.save_model(request, obj, form, change) [source] The save_model method
AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /
ModelAdmin.delete_selected_confirmation_template Path to a custom template, used by the delete_selected action
InlineModelAdmin.get_max_num(request, obj=None, **kwargs) Returns the maximum number of extra inline forms to use. By default
ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
ModelAdmin.get_queryset(request) The get_queryset method on a ModelAdmin returns a
AdminSite.password_change_done_template Path to a custom template that will be used by the admin site password change done view
Page 7 of 14