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

LogEntry.get_change_message() New in Django 1.10.

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

set_unusable_password() Marks the user as having no password set. This isn’t the same as having a blank string for a password

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

user_login_failed() Sent when the user failed to login successfully sender

2025-01-10 15:47:30
staticfiles.views.serve()
  • References/Python/Django/API/contrib packages/The staticfiles app

views.serve(request, path) This view function serves static files in development.

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
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