contenttypes.models.ContentType.name
  • References/Python/Django/API/contrib packages/The contenttypes framework

name The human-readable name of the content type. This is taken from the

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

get_group_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has from the permissions

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

InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the

2025-01-10 15:47:30
auth.validators.ASCIIUsernameValidator
  • References/Python/Django/API/contrib packages/django.contrib.auth

class validators.ASCIIUsernameValidator New in Django 1.10.

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

class AllowAllUsersModelBackend New in Django 1.10. Same

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

storage.ManifestStaticFilesStorage.file_hash(name, content=None) The method that is used when creating the hashed name of a

2025-01-10 15:47:30
sites.requests.RequestSite.
  • References/Python/Django/API/contrib packages/The “sites” framework

__init__(request) Sets the name and domain attributes to the value of

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

ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default

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

ModelAdmin.change_form_template Path to a custom template, used by

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

get_full_name() Returns the first_name plus the last_name, with a space in between.

2025-01-10 15:47:30