LogEntry.user The user (an AUTH_USER_MODEL instance) who performed the action.
class InlineModelAdmin
ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented
InlineModelAdmin.get_extra(request, obj=None, **kwargs) Returns the number of extra inline forms to use. By default, returns
InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class
ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField
ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest
ModelAdmin.object_history_template Path to a custom template, used by
register(*models, site=django.admin.sites.site) [source] There is also a decorator for registering
AdminSite.login_form Subclass of
Page 8 of 14