summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaneendra Chiruvella <hi@pcx.io>2013-09-12 03:15:00 +0530
committerTim Graham <timograham@gmail.com>2013-09-11 19:44:35 -0400
commite8bb41d05ccd4ccb2cb983ad6c895ff40de622df (patch)
treee375725d8a38e56b1153538a870f5a55ede2f739
parentb05639dcacdd8b2c1dd6db447ce7f20caefc5f54 (diff)
[1.6.x] Minor typo fix in django.contrib.auth.models.User docs
Backport of bd72c2acb6 from master
-rw-r--r--docs/ref/contrib/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt
index e1d89219bc..545263445a 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)