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

Backport of bd72c2acb6 from master
This commit is contained in:
Phaneendra Chiruvella 2013-09-12 03:15:00 +05:30 committed by Tim Graham
parent b05639dcac
commit e8bb41d05c
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)