Commit e8bb41d0 authored by Phaneendra Chiruvella's avatar Phaneendra Chiruvella Committed by Tim Graham
Browse files

[1.6.x] Minor typo fix in django.contrib.auth.models.User docs

Backport of bd72c2ac from master
parent b05639dc
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)