ModelAdmin.list_select_related Set list_select_related to tell Django to use
get_all_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has, including both
ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link
LogEntry.get_edited_object() A shortcut that returns the referenced object.
ModelAdmin.formfield_for_choice_field(db_field, request, **kwargs) Like the formfield_for_foreignkey and
AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this
RemoteUserBackend.clean_username(username) Performs any cleaning on the username (e.g. stripping LDAP DN information)
ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions
ModelAdmin.has_add_permission(request) Should return True if adding an object is permitted, False
get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions
Page 6 of 27