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
auth.backends.AllowAllUsersRemoteUserBackend
  • References/Python/Django/API/contrib packages/django.contrib.auth

class AllowAllUsersRemoteUserBackend New in Django 1.10.

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
sitemaps.Sitemap.i18n
  • References/Python/Django/API/contrib packages/The sitemap framework

i18n Optional. A boolean attribute that defines if the URLs of this sitemap

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

check_password(raw_password) Returns True if the given raw string is the correct password for the user. (This takes

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

class TabularInline [source]

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