Kaydet (Commit) 90c76564 authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #19191 -- Corrected a typo in CustomUser docs

Thanks spleeyah for the report.
üst fabe9c9e
......@@ -1889,7 +1889,7 @@ password resets. You must then provide some key implementation details:
as the identifying field::
class MyUser(AbstractBaseUser):
identfier = models.CharField(max_length=40, unique=True, db_index=True)
identifier = models.CharField(max_length=40, unique=True, db_index=True)
...
USERNAME_FIELD = 'identifier'
......
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