admin.ModelAdmin.inlines
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.inlines See

2025-01-10 15:47:30
contenttypes.models.ContentTypeManager.get_for_model()
  • References/Python/Django/API/contrib packages/The contenttypes framework

get_for_model(model, for_concrete_model=True) Takes either a model class or an instance of a model, and returns the ContentType

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

ModelAdmin.save_as_continue New in Django 1.10. When

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

is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated

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

ModelAdmin.filter_vertical Same as

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

ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the

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

class models.AnonymousUser django.contrib.auth.models.AnonymousUser is a class that implements the django

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

LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.

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

InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True

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

ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey

2025-01-10 15:47:30