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

ModelAdmin.get_list_filter(request) [source] The get_list_filter method is given

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

ModelAdmin.get_queryset(request) The get_queryset method on a ModelAdmin returns a

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

ModelAdmin.get_search_fields(request) [source] The get_search_fields method

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

InlineModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are

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

ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin

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

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

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

ModelAdmin.get_changelist(request, **kwargs) [source] Returns the Changelist

2025-01-10 15:47:30