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
contenttypes.forms.BaseGenericInlineFormSet
  • References/Python/Django/API/contrib packages/The contenttypes framework

class BaseGenericInlineFormSet

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

ModelAdmin.has_change_permission(request, obj=None) Should return True if editing obj is permitted, False

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

InlineModelAdmin.extra This controls the number of extra forms the formset will display in addition to the initial forms. See

2025-01-10 15:47:30
auth.backends.AllowAllUsersRemoteUserBackend
  • References/Python/Django/API/contrib packages/django.contrib.auth

class AllowAllUsersRemoteUserBackend New in Django 1.10.

2025-01-10 15:47:30
contenttypes.models.ContentTypeManager.get_for_models()
  • References/Python/Django/API/contrib packages/The contenttypes framework

get_for_models(*models, for_concrete_models=True) Takes a variadic number of model classes, and returns a dictionary mapping

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

AdminSite.each_context(request) [source] Returns a dictionary of variables to put in the

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