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
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.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.list_max_show_all
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.list_max_show_all Set list_max_show_all to control how many items can appear on a “Show all” admin change

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

ModelAdmin.get_formsets_with_inlines(request, obj=None) [source] Yields (FormSet

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

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

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

InlineModelAdmin.classes New in Django 1.10. A

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.list_display
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.list_display Set list_display to control which fields are displayed on the change list page of the admin

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