mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed versionadded/changed annotations for 3.1.
This commit is contained in:
parent
8774b1144c
commit
b7dd89ed53
45 changed files with 0 additions and 392 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue