ModelAdmin.get_changeform_initial_data(request) [source] A hook for the initial data on admin
create_user(username, email=None, password=None, **extra_fields) Creates, saves and returns a User.
ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False
class RemoteUserBackend Use this backend to take advantage of external-to-Django-handled authentication. It authenticates using
get_user(request) [source] Returns the user model instance associated with the given request’s
ModelAdmin.list_max_show_all Set list_max_show_all to control how many items can appear on a “Show all” admin change
ModelAdmin.list_display Set list_display to control which fields are displayed on the change list page of the admin
ModelAdmin.get_inline_instances(request, obj=None) [source] The get_inline_instances
ModelAdmin.delete_confirmation_template Path to a custom template, used by
class GenericSitemap [source] The django.contrib.sitemaps.GenericSitemap class
Page 18 of 27