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

InlineModelAdmin.classes New in Django 1.10. A

2025-01-10 15:47:30
staticfiles.storage.StaticFilesStorage
  • References/Python/Django/API/contrib packages/The staticfiles app

class storage.StaticFilesStorage A subclass of the

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

ModelAdmin.delete_confirmation_template Path to a custom template, used by

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

has_perm(user_obj, perm, obj=None) Uses get_all_permissions() to check if user_obj has the permission

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

user_logged_in() Sent when a user logs in successfully. Arguments sent with this signal:

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

create_user(username, email=None, password=None, **extra_fields) Creates, saves and returns a User.

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