Commit bd72c2ac authored by Phaneendra Chiruvella's avatar Phaneendra Chiruvella
Browse files

Minor typo fix in django.contrib.auth.models.User docs

parent e61cc871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ Methods
        .. versionchanged:: 1.6

            In Django 1.4 and 1.5, a blank string was unintentionally stored
            as an unsable password.
            as an unusable password.

    .. method:: check_password(raw_password)