summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/auth.txt4
1 files changed, 1 insertions, 3 deletions
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)