class validators.UnicodeUsernameValidator New in Django 1.10.
urls.staticfiles_urlpatterns() This will return the proper URL pattern for serving static files to your already defined pattern
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
ContentType.model_class() Returns the model class represented by this ContentType instance. For
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
name Required. 255 characters or fewer. Example: 'Can vote'.
has_perms(perm_list, obj=None) Returns True if the user has each of the specified permissions, where each perm
username Required. 150 characters or fewer. Usernames may contain alphanumeric, _, @, +
get_user_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has from their own
date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account
Page 1 of 27