diff options
| author | Phaneendra Chiruvella <hi@pcx.io> | 2013-09-12 03:15:00 +0530 |
|---|---|---|
| committer | Phaneendra Chiruvella <hi@pcx.io> | 2013-09-12 03:15:00 +0530 |
| commit | bd72c2acb60a7adeb0334a823063d6eab9206081 (patch) | |
| tree | e2f14c882664b1858c3efaa9921fcdad513d005f | |
| parent | e61cc87129727c66120b67c376feda3533544db1 (diff) | |
Minor typo fix in django.contrib.auth.models.User docs
| -rw-r--r-- | docs/ref/contrib/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 799d3277ab..154c0ab75b 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -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) |
