ModelAdmin.formfield_for_choice_field(db_field, request, **kwargs) Like the formfield_for_foreignkey and
InlineModelAdmin.min_num This controls the minimum number of forms to show in the inline. See
class ModelAdmin [source] The ModelAdmin class is the representation of a model
get_short_name() Returns the first_name.
response_redirect_class The
ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
InlineModelAdmin.template The template used to render the inline on the page.
ModelAdmin.empty_value_display New in Django 1.9. This
RemoteUserBackend.clean_username(username) Performs any cleaning on the username (e.g. stripping LDAP DN information)
ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the
Page 9 of 27