diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py index aa0669ffe0..dba23e137c 100644 --- a/django/contrib/auth/models.py +++ b/django/contrib/auth/models.py @@ -290,7 +290,7 @@ class AbstractUser(AbstractBaseUser, PermissionsMixin): An abstract base class implementing a fully featured User model with admin-compliant permissions. - Username, password and email are required. Other fields are optional. + Username and password are required. Other fields are optional. """ username = models.CharField( _('username'),