diff options
Diffstat (limited to 'docs/topics/auth')
| -rw-r--r-- | docs/topics/auth/customizing.txt | 4 | ||||
| -rw-r--r-- | docs/topics/auth/passwords.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 8314d9f171..9ae30b4b25 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -705,10 +705,6 @@ The following attributes and methods are available on any subclass of Returns an HMAC of the password field. Used for :ref:`session-invalidation-on-password-change`. - .. versionchanged:: 3.1 - - The hashing algorithm was changed to the SHA-256. - :class:`~models.AbstractUser` subclasses :class:`~models.AbstractBaseUser`: .. class:: models.AbstractUser diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index 28f22f048e..4b13334379 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -429,10 +429,6 @@ from the ``User`` model. hasher. If the password argument is ``None``, an unusable password is returned (one that will never be accepted by :func:`check_password`). - .. versionchanged:: 3.1 - - The ``password`` parameter must be a string or bytes if not ``None``. - .. function:: is_password_usable(encoded_password) Returns ``False`` if the password is a result of |
