ModelAdmin.empty_value_display New in Django 1.9. This
AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this
ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions
InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True
ModelAdmin.get_list_select_related(request) [source] New
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]
ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
ModelAdmin.filter_vertical Same as
ModelAdmin.formfield_for_choice_field(db_field, request, **kwargs) Like the formfield_for_foreignkey and
Page 4 of 14