From b7dd89ed5389067cb70294682ffef1ba23d33934 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 5 Jan 2021 11:20:50 +0100 Subject: Removed versionadded/changed annotations for 3.1. --- docs/topics/auth/customizing.txt | 4 ---- docs/topics/auth/passwords.txt | 4 ---- 2 files changed, 8 deletions(-) (limited to 'docs/topics/auth') 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 -- cgit v1.3