ModelAdmin.response_delete(request, obj_display, obj_id) [source] Determines the
ModelAdmin.fieldsets Set fieldsets to control the layout of admin “add” and “change” pages.
ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False
priority Optional. Either a method or attribute. If it’s a method, it should
create_superuser(username, email, password, **extra_fields) Same as create_user(), but sets is_staff
ModelAdmin.change_list_template Path to a custom template, used by
has_module_perms(package_name) Returns True if the user has any permissions in the given package (the Django app
ModelAdmin.get_changelist_form(request, **kwargs) [source] Returns a
name A human-readable “verbose” name for the website.
ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True) [source]
Page 19 of 27