ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the
class ModelAdmin [source] The ModelAdmin class is the representation of a model
ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for
ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
LogEntry.get_edited_object() A shortcut that returns the referenced object.
ModelAdmin.save_as_continue New in Django 1.10. When
ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin
ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
InlineModelAdmin.get_extra(request, obj=None, **kwargs) Returns the number of extra inline forms to use. By default, returns
ModelAdmin.changelist_view(request, extra_context=None) [source] Django view for the model
Page 5 of 14