ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented
ModelAdmin.get_list_filter(request) [source] The get_list_filter method is given
InlineModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are
LogEntry.user The user (an AUTH_USER_MODEL instance) who performed the action.
ModelAdmin.get_fieldsets(request, obj=None) The get_fieldsets method is given the HttpRequest and
ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest
AdminSite.password_change_done_template Path to a custom template that will be used by the admin site password change done view
ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True) [source]
ModelAdmin.radio_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
AdminSite.login_form Subclass of
Page 8 of 14