ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
ModelAdmin.save_as_continue New in Django 1.10. When
LogEntry.get_edited_object() A shortcut that returns the referenced object.
ModelAdmin.inlines See
ModelAdmin.has_add_permission(request) Should return True if adding an object is permitted, False
ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the
ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions
ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a
ModelAdmin.filter_vertical Same as
ModelAdmin.get_list_select_related(request) [source] New
Page 4 of 14