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

ModelAdmin.get_inline_instances(request, obj=None) [source] The get_inline_instances

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

lastmod Optional. Either a method or attribute. If it’s a method, it should

2025-01-10 15:47:30
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
admin.ModelAdmin.formfield_overrides
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the

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

RemoteUserBackend.create_unknown_user True or False. Determines whether or not a User

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

LogEntry.action_time The date and time of the action.

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

class storage.StaticFilesStorage A subclass of the

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

InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to

2025-01-10 15:47:30