ModelAdmin.get_list_display(request) [source] The get_list_display method is
RemoteUserBackend.clean_username(username) Performs any cleaning on the username (e.g. stripping LDAP DN information)
LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.
get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions
ModelAdmin.message_user(request, message, level=messages.INFO, extra_tags='', fail_silently=False) [source]
class models.Group
LogEntry.get_edited_object() A shortcut that returns the referenced object.
AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.
class storage.base.Message When you loop over the list of messages in a template, what you get are instances of the Message
get_for_model(model, for_concrete_model=True) Takes either a model class or an instance of a model, and returns the ContentType
Page 6 of 27