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

ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the

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

ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally

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

ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin

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

ModelAdmin.add_form_template Path to a custom template, used by

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

InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to

2025-01-10 15:47:30