ModelAdmin.inlines See
get_for_model(model, for_concrete_model=True) Takes either a model class or an instance of a model, and returns the ContentType
ModelAdmin.save_as_continue New in Django 1.10. When
is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated
ModelAdmin.filter_vertical Same as
ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the
class models.AnonymousUser django.contrib.auth.models.AnonymousUser is a class that implements the django
LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.
InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True
ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
Page 8 of 27