messages.add_message()
  • References/Python/Django/API/contrib packages/The messages framework

add_message(request, level, message, extra_tags='', fail_silently=False) [source]

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

InlineModelAdmin.formset This defaults to

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

InlineModelAdmin.verbose_name_plural An override to the verbose_name_plural found in the model’s inner Meta

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

RemoteUserBackend.user_can_authenticate() New in Django 1.10.

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

password Required. A hash of, and metadata about, the password. (Django doesn’t store the raw password.) Raw passwords can be

2025-01-10 15:47:30
contenttypes.models.ContentTypeManager.get_for_id()
  • References/Python/Django/API/contrib packages/The contenttypes framework

get_for_id(id) Lookup a ContentType by ID. Since this method uses the same shared cache as get_for_model()

2025-01-10 15:47:30
sitemaps.Sitemap.location
  • References/Python/Django/API/contrib packages/The sitemap framework

location [source] Optional. Either a method or attribute.

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

AdminSite.login_template Path to a custom template that will be used by the admin site login view.

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