LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains
register(*models, site=django.admin.sites.site) [source] There is also a decorator for registering
ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally
InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the
ModelAdmin.list_display Set list_display to control which fields are displayed on the change list page of the admin
ModelAdmin.get_formsets_with_inlines(request, obj=None) [source] Yields (FormSet
ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default
ModelAdmin.add_form_template Path to a custom template, used by
ModelAdmin.change_form_template Path to a custom template, used by
AdminSite.has_permission(request) [source] Returns True if the user for the
Page 9 of 14