From 286e7d076cfb7b4b0bdfc917de3020e6e89683f6 Mon Sep 17 00:00:00 2001 From: Ciaran McCormick Date: Thu, 2 Jun 2022 14:40:20 +0100 Subject: Fixed #33764 -- Deprecated BaseUserManager.make_random_password(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7bef5e7db5..5709b45865 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 ` for more details on these changes. +* The ``BaseUserManager.make_random_password()`` method will be removed. + .. _deprecation-removed-in-5.0: 5.0 -- cgit v1.3