admin.AdminSite.has_permission()
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.has_permission(request) [source] Returns True if the user for the

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

ModelAdmin.get_changeform_initial_data(request) [source] A hook for the initial data on admin

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

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

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

ModelAdmin.actions_on_top

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

LogEntry.object_id The textual representation of the modified object’s primary key.

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

InlineModelAdmin.fk_name The name of the foreign key on the model. In most cases this will be dealt with automatically, but

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

ModelAdmin.delete_model(request, obj) [source] The delete_model method is given

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

class TabularInline [source]

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

InlineModelAdmin.formset This defaults to

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

ModelAdmin.get_list_display_links(request, list_display) [source] The get_list_display_links

2025-01-10 15:47:30