summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-05-06 12:13:55 -0400
committerTim Graham <timograham@gmail.com>2014-05-06 12:13:55 -0400
commitf939e25b593f2dac7f3ade86c2c4edb3b03fe51f (patch)
treea991f38c09811e69de3809932407e9a25d397a9b /docs
parent5783088eecddd935be3c641437748040669f91c0 (diff)
[1.6.x] Fixed #22585 -- Fixed typo in topics/auth/customizing.txt.
Thanks matt at mattwoodward.com for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/customizing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index a2101f28d5..0cb0401108 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -594,7 +594,7 @@ The following methods are available on any subclass of
.. versionchanged:: 1.6
In Django 1.4 and 1.5, a blank string was unintentionally stored
- as an unsable password as well.
+ as an unusable password as well.
.. method:: models.AbstractBaseUser.check_password(raw_password)