class InlineModelAdmin
ModelAdmin.delete_selected_confirmation_template Path to a custom template, used by the delete_selected action
ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField
class GenericInlineModelAdmin The GenericInlineModelAdmin class inherits all properties from an
AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /
get_username() Returns the username for the user. Since the User model can be swapped out, you should use this method instead
protocol Optional. This attribute defines the protocol ('http'
domain The fully qualified domain name associated with the website. For example, www.example.com.
RemoteUserBackend.authenticate(remote_user) The username passed as remote_user is considered trusted. This method
ModelAdmin.changelist_view(request, extra_context=None) [source] Django view for the model
Page 14 of 27