1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #33764 -- Deprecated BaseUserManager.make_random_password().

This commit is contained in:
Ciaran McCormick
2022-06-02 14:40:20 +01:00
committed by Mariusz Felisiak
parent a3a1290d47
commit 286e7d076c
6 changed files with 24 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ about each item can often be found in the release notes of two versions prior.
See the :ref:`Django 4.2 release notes <deprecated-features-4.2>` for more
details on these changes.
* The ``BaseUserManager.make_random_password()`` method will be removed.
.. _deprecation-removed-in-5.0:
5.0