Commit 37faf12e authored by Simon Charette's avatar Simon Charette
Browse files

Merge pull request #1618 from pcx/minor_typo_fix

Minor typo fix in django.contrib.auth.models.User docs
parents e61cc871 bd72c2ac
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)