content_type Required. A reference to the django_content_type database table, which contains a record for each
InlineModelAdmin.model The model which the inline is using. This is required.
ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For
ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
for_concrete_model If False, the field will be able to reference proxy models. Default is True. This
ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the
ModelAdmin.filter_horizontal By default, a
class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting
authenticate(username=None, password=None, **kwargs) Tries to authenticate username with password
Page 1 of 27