diff options
| author | Ciaran McCormick <ciaran@ciaranmccormick.com> | 2022-06-02 14:40:20 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-06-03 07:30:57 +0200 |
| commit | 286e7d076cfb7b4b0bdfc917de3020e6e89683f6 (patch) | |
| tree | e23a8e90806daa404a5c2b081f7385f9a57f1a71 /docs/internals | |
| parent | a3a1290d47326c3f87824b3cf7ca969cb0d364aa (diff) | |
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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 |
