ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin
ModelAdmin.formfield_for_manytomany(db_field, request, **kwargs) Like the formfield_for_foreignkey method, the
class GenericInlineModelAdmin The GenericInlineModelAdmin class inherits all properties from an
set_password(raw_password) Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save
class GenericRelation related_query_name The relation on the related object
class AdminSite(name='admin') [source] A Django administrative site is represented by an
class models.Permission
AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /
is_staff Boolean. Designates whether this user can access the admin site.
get_username() Returns the username for the user. Since the User model can be swapped out, you should use this method instead
Page 15 of 27