ModelAdmin.get_fieldsets(request, obj=None) The get_fieldsets method is given the HttpRequest and
ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField
AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /
ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
ModelAdmin.change_view(request, object_id, form_url='', extra_context=None) [source] Django
class InlineModelAdmin
ModelAdmin.changelist_view(request, extra_context=None) [source] Django view for the model
ModelAdmin.object_history_template Path to a custom template, used by
AdminSite.login_form Subclass of
ModelAdmin.change_list_template Path to a custom template, used by
Page 8 of 14