ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a
ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for
ModelAdmin.get_list_select_related(request) [source] New
AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.
ModelAdmin.empty_value_display New in Django 1.9. This
class ModelAdmin [source] The ModelAdmin class is the representation of a model
ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest
ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should
InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class
ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the
Page 5 of 14