InlineModelAdmin.template The template used to render the inline on the page.
app_label The name of the application the model is part of. This is taken from the app_label attribute of the model
class models.Group
Django aims to follow Python’s
LogEntry.get_edited_object() A shortcut that returns the referenced object.
get_all_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has, including both
is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated
ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a
InlineModelAdmin.min_num This controls the minimum number of forms to show in the inline. See
Page 7 of 27