From f939e25b593f2dac7f3ade86c2c4edb3b03fe51f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 6 May 2014 12:13:55 -0400 Subject: [PATCH] [1.6.x] Fixed #22585 -- Fixed typo in topics/auth/customizing.txt. Thanks matt at mattwoodward.com for the report. --- docs/topics/auth/customizing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)