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

LogEntry.action_time The date and time of the action.

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

InlineModelAdmin.get_formset(request, obj=None, **kwargs) Returns a

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

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

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

ModelAdmin.get_fields(request, obj=None) [source] The get_fields method is given

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

ModelAdmin.save_related(request, form, formsets, change) [source] The save_related

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

class models.LogEntry The LogEntry class tracks additions, changes, and deletions of objects done through the admin

2025-01-10 15:47:30