admin.models.LogEntry.change_message

LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains

2016-10-09 18:33:58
admin.register()

register(*models, site=django.admin.sites.site) [source] There is also a decorator for registering

2016-10-09 18:34:00
admin.ModelAdmin.save_as

ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally

2016-10-09 18:33:55
admin.InlineModelAdmin.show_change_link

InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the

2016-10-09 18:33:32
admin.ModelAdmin.list_display

ModelAdmin.list_display Set list_display to control which fields are displayed on the change list page of the admin

2016-10-09 18:33:50
admin.ModelAdmin.get_formsets_with_inlines()

ModelAdmin.get_formsets_with_inlines(request, obj=None) [source] Yields (FormSet

2016-10-09 18:33:44
admin.ModelAdmin.actions_selection_counter

ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default

2016-10-09 18:33:34
admin.ModelAdmin.add_form_template

ModelAdmin.add_form_template Path to a custom template, used by

2016-10-09 18:33:34
admin.ModelAdmin.change_form_template

ModelAdmin.change_form_template Path to a custom template, used by

2016-10-09 18:33:35
admin.AdminSite.has_permission()

AdminSite.has_permission(request) [source] Returns True if the user for the

2016-10-09 18:33:23