ModelAdmin.get_list_filter(request) [source] The get_list_filter method is given
ModelAdmin.get_queryset(request) The get_queryset method on a ModelAdmin returns a
ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest
ModelAdmin.get_search_fields(request) [source] The get_search_fields method
InlineModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are
ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin
InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class
AdminSite.password_change_done_template Path to a custom template that will be used by the admin site password change done view
ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the
ModelAdmin.get_changelist(request, **kwargs) [source] Returns the Changelist
Page 7 of 14