ModelAdmin.filter_horizontal By default, a
ModelAdmin.get_list_display(request) [source] The get_list_display method is
LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.
ModelAdmin.message_user(request, message, level=messages.INFO, extra_tags='', fail_silently=False) [source]
LogEntry.get_edited_object() A shortcut that returns the referenced object.
AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.
ModelAdmin.inlines See
ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
ModelAdmin.formfield_for_choice_field(db_field, request, **kwargs) Like the formfield_for_foreignkey and
ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link
Page 3 of 14