Kaydet (Commit) 821e304c authored tarafından ovalseven8's avatar ovalseven8 Kaydeden (comit) Tim Graham

Corrected User model docstring about required fields.

Follow up to 841a8778.
üst 4ff29a53
......@@ -358,7 +358,7 @@ class User(AbstractUser):
Users within the Django authentication system are represented by this
model.
Username, password and email are required. Other fields are optional.
Username and password are required. Other fields are optional.
"""
class Meta(AbstractUser.Meta):
swappable = 'AUTH_USER_MODEL'
......
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