is_anonymous Read-only attribute which is always False. This is a way of differentiating User and
ModelAdmin.inlines See
ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated
ModelAdmin.formfield_for_choice_field(db_field, request, **kwargs) Like the formfield_for_foreignkey and
related_query_name The relation on the related object back to this object doesn’t exist by default. Setting related_query_name
ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link
storage.StaticFilesStorage.post_process(paths, **options) This method is called by the collectstatic management
get_short_name() Returns the first_name.
class models.User User objects have the following fields:
Page 7 of 27