diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-05 11:20:50 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | b7dd89ed5389067cb70294682ffef1ba23d33934 (patch) | |
| tree | 9d1cf97b9fda1ea8798cd543aee9d3f738a931f2 /docs/topics/auth | |
| parent | 8774b1144c08f18e23381ffae7084dbc05ebfe37 (diff) | |
Removed versionadded/changed annotations for 3.1.
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 |
