admin.AdminSite.app_index_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.app_index_template Path to a custom template that will be used by the admin site app index view.

2025-01-10 15:47:30
admin.models.LogEntry.change_message
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains

2025-01-10 15:47:30
admin.ModelAdmin.response_delete()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.response_delete(request, obj_display, obj_id) [source] Determines the

2025-01-10 15:47:30
admin.ModelAdmin.fieldsets
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.fieldsets Set fieldsets to control the layout of admin “add” and “change” pages.

2025-01-10 15:47:30
admin.ModelAdmin.has_delete_permission()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False

2025-01-10 15:47:30
admin.ModelAdmin.change_list_template
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.change_list_template Path to a custom template, used by

2025-01-10 15:47:30
admin.ModelAdmin.get_changelist_form()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_changelist_form(request, **kwargs) [source] Returns a

2025-01-10 15:47:30
admin.ModelAdmin.get_paginator()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True) [source]

2025-01-10 15:47:30
admin.InlineModelAdmin.show_change_link
  • References/Python/Django/API/contrib packages/The Django admin site

InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the

2025-01-10 15:47:30
admin.ModelAdmin.get_inline_instances()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_inline_instances(request, obj=None) [source] The get_inline_instances

2025-01-10 15:47:30