ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
autodiscover() [source] This function attempts to import an admin module in
LogEntry.object_repr The object`s repr() after the modification.
ModelAdmin.response_change(request, obj) [source] Determines the
ModelAdmin.get_list_display(request) [source] The get_list_display method is
InlineModelAdmin.model The model which the inline is using. This is required.
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For
Page 1 of 14