app_label The name of the application the model is part of. This is taken from the app_label attribute of the model
get_for_model(model, for_concrete_model=True) Takes either a model class or an instance of a model, and returns the ContentType
class models.AnonymousUser django.contrib.auth.models.AnonymousUser is a class that implements the django
ModelAdmin.has_add_permission(request) Should return True if adding an object is permitted, False
ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions
is_anonymous Read-only attribute which is always False. This is a way of differentiating User and
is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated
ModelAdmin.filter_vertical Same as
related_query_name The relation on the related object back to this object doesn’t exist by default. Setting related_query_name
ModelAdmin.get_list_select_related(request) [source] New
Page 8 of 27