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

ModelAdmin.list_editable Set list_editable to a list of field names on the model which will allow editing on the

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

ModelAdmin.delete_model(request, obj) [source] The delete_model method is given

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