AdminSite.index_template Path to a custom template that will be used by the admin site main index view.
InlineModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are
ModelAdmin.get_search_fields(request) [source] The get_search_fields method
ModelAdmin.change_view(request, object_id, form_url='', extra_context=None) [source] Django
ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.
ModelAdmin.formfield_for_manytomany(db_field, request, **kwargs) Like the formfield_for_foreignkey method, the
staff_member_required(redirect_field_name='next', login_url='admin:login') [source] This
ModelAdmin.changelist_view(request, extra_context=None) [source] Django view for the model
ModelAdmin.get_changelist(request, **kwargs) [source] Returns the Changelist
ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin
Page 6 of 14