contenttypes.fields.GenericForeignKey
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericForeignKey There are three parts to setting up a GenericForeignKey:

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

ModelAdmin.actions_on_top

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
contenttypes.forms.BaseGenericInlineFormSet
  • References/Python/Django/API/contrib packages/The contenttypes framework

class BaseGenericInlineFormSet

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

LogEntry.object_id The textual representation of the modified object’s primary key.

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