Kaydet (Commit) 841a8778 authored tarafından elena's avatar elena Kaydeden (comit) Markus Holtermann

Corrected to not erroneously mention email as being required.

Email field isn't required.
üst 43262360
......@@ -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'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment