admin.ModelAdmin.delete_confirmation_template
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.delete_confirmation_template Path to a custom template, used by

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

AdminSite.empty_value_display New in Django 1.9. The

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

ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default

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

ModelAdmin.change_form_template Path to a custom template, used by

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

ModelAdmin.save_formset(request, form, formset, change) [source] The save_formset

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

ModelAdmin.list_per_page Set list_per_page to control how many items appear on each paginated admin change list

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