From 43348e4aa16834d0456e7c9f593e6c5e5447bcd3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 21 Mar 2018 20:02:18 -0400 Subject: Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()." This reverts commit c2962d8147380b00bb965c0d42b7e05ca4596868. After discussion in refs #28718, the decision is to treat the reverted statements as bugs. --- docs/ref/contrib/auth.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index a55ee4c675..b4b407272a 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -212,9 +212,7 @@ Methods Returns ``False`` if :meth:`~django.contrib.auth.models.User.set_unusable_password()` has - been called for this user, or if the password is ``None``, or if the - password uses a hasher that's not in the :setting:`PASSWORD_HASHERS` - setting. + been called for this user. .. method:: get_group_permissions(obj=None) -- cgit v1.3