ModelAdmin.get_readonly_fields(request, obj=None) The get_readonly_fields method is given the HttpRequest
ModelAdmin.get_changeform_initial_data(request) [source] A hook for the initial data on admin
ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin
ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the
ModelAdmin.list_per_page Set list_per_page to control how many items appear on each paginated admin change list
InlineModelAdmin.classes New in Django 1.10. A
ModelAdmin.list_max_show_all Set list_max_show_all to control how many items can appear on a “Show all” admin change
ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False
ModelAdmin.delete_confirmation_template Path to a custom template, used by
ModelAdmin.change_list_template Path to a custom template, used by
Page 10 of 14