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

ModelAdmin.save_related(request, form, formsets, change) [source] The save_related

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

get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.

2025-01-10 15:47:30
contenttypes.forms.BaseGenericInlineFormSet
  • References/Python/Django/API/contrib packages/The contenttypes framework

class BaseGenericInlineFormSet

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

InlineModelAdmin.fk_name The name of the foreign key on the model. In most cases this will be dealt with automatically, but

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