admin.ModelAdmin.list_display_links
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.list_display_links Use list_display_links to control if and which fields in

2025-01-10 15:47:30
contenttypes.admin.GenericInlineModelAdmin.ct_fk_field
  • References/Python/Django/API/contrib packages/The contenttypes framework

ct_fk_field The name of the integer field that represents the ID of the related object. Defaults to object_id.

2025-01-10 15:47:30
contenttypes.admin.GenericInlineModelAdmin.ct_field
  • References/Python/Django/API/contrib packages/The contenttypes framework

ct_field The name of the ContentType foreign key field on the model. Defaults to content_type.

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
auth.models.User.email
  • References/Python/Django/API/contrib packages/django.contrib.auth

email Optional. Email address.

2025-01-10 15:47:30
auth.models.User.user_permissions
  • References/Python/Django/API/contrib packages/django.contrib.auth

user_permissions Many-to-many relationship to Permission

2025-01-10 15:47:30
messages.views.SuccessMessageMixin.get_success_message()
  • References/Python/Django/API/contrib packages/The messages framework

get_success_message(cleaned_data) cleaned_data is the cleaned data from the form which is used for string formatting

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

AdminSite.register(model_or_iterable, admin_class=None, **options) [source] Registers the

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

RemoteUserBackend.configure_user(user) Configures a newly created user. This method is called immediately after a new user is

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

class apps.SimpleAdminConfig This class works like

2025-01-10 15:47:30