admin.AdminSite.logout_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.

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

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

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

ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages

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

ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and

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

ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the

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

ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This

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

InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns

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

ModelAdmin.response_change(request, obj) [source] Determines the

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

ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for

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

ModelAdmin.get_list_display(request) [source] The get_list_display method is

2025-01-10 15:47:30