Corrected to not erroneously mention email as being required.

Email field isn't required.
This commit is contained in:
elena 2015-06-15 22:36:03 +10:00 committed by Markus Holtermann
parent 432623603c
commit 841a87785a
1 changed files with 1 additions and 1 deletions

View File

@ -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'),