AdminSite.index_template Path to a custom template that will be used by the admin site main index view.
class InlineModelAdmin
ModelAdmin.get_changelist(request, **kwargs) [source] Returns the Changelist
ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.
class AdminSite(name='admin') [source] A Django administrative site is represented by an
ModelAdmin.search_fields Set search_fields to enable a search box on the admin change list page. This should be
InlineModelAdmin.get_max_num(request, obj=None, **kwargs) Returns the maximum number of extra inline forms to use. By default
ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results
ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the
ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should
Page 6 of 14