class apps.AdminConfig This is the default
ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the
ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link
ModelAdmin.message_user(request, message, level=messages.INFO, extra_tags='', fail_silently=False) [source]
InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True
AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this
LogEntry.content_type The
ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for
AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.
LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.
Page 3 of 14