admin.ModelAdmin.get_form()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a

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

ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for

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

ModelAdmin.get_list_select_related(request) [source] New

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

AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.

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

ModelAdmin.empty_value_display New in Django 1.9. This

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

class ModelAdmin [source] The ModelAdmin class is the representation of a model

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

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

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

ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should

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

InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class

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

ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the

2025-01-10 15:47:30