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

ModelAdmin.get_changelist_formset(request, **kwargs) [source] Returns a

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

AdminSite.app_index_template Path to a custom template that will be used by the admin site app index view.

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

ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin

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

InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to

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

RemoteUserBackend.create_unknown_user True or False. Determines whether or not a User

2025-01-10 15:47:30
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.ModelAdmin.add_form_template
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.add_form_template Path to a custom template, used by

2025-01-10 15:47:30
flatpages.middleware.FlatpageFallbackMiddleware
  • References/Python/Django/API/contrib packages/The flatpages app

class FlatpageFallbackMiddleware Each time any Django application raises a 404 error, this middleware checks the flatpages database

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

AdminSite.empty_value_display New in Django 1.9. The

2025-01-10 15:47:30