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

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

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

ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField

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

AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /

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

ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list

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

ModelAdmin.change_view(request, object_id, form_url='', extra_context=None) [source] Django

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

class InlineModelAdmin

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

ModelAdmin.changelist_view(request, extra_context=None) [source] Django view for the model

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

ModelAdmin.object_history_template Path to a custom template, used by

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

AdminSite.login_form Subclass of

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

ModelAdmin.change_list_template Path to a custom template, used by

2025-01-10 15:47:30