AdminSite.app_index_template Path to a custom template that will be used by the admin site app index view.
LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains
ModelAdmin.response_delete(request, obj_display, obj_id) [source] Determines the
ModelAdmin.fieldsets Set fieldsets to control the layout of admin “add” and “change” pages.
ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False
ModelAdmin.change_list_template Path to a custom template, used by
ModelAdmin.get_changelist_form(request, **kwargs) [source] Returns a
ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True) [source]
InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the
ModelAdmin.get_inline_instances(request, obj=None) [source] The get_inline_instances
Page 10 of 14