Merge pull request #1618 from pcx/minor_typo_fix

Minor typo fix in django.contrib.auth.models.User docs
This commit is contained in:
Simon Charette 2013-09-11 15:03:10 -07:00
commit 37faf12e66
1 changed files with 1 additions and 1 deletions

View File

@ -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)