Loading django/contrib/auth/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -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'), Loading Loading
django/contrib/auth/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -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'), Loading