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

LogEntry.action_time The date and time of the action.

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

ModelAdmin.get_readonly_fields(request, obj=None) The get_readonly_fields method is given the HttpRequest

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