diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-11 09:13:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-11 09:13:45 +0200 |
| commit | 02dbf1667c6da61ea9346f7c9f174a158b896811 (patch) | |
| tree | 56b519f7529b6a29cbb90155c363d57585418e03 /docs/internals | |
| parent | 262fde94de5eb6544fc0f289575583436613c045 (diff) | |
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
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 903f2f7161..39007eb3e9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -103,6 +103,8 @@ details on these changes. * The ``django.contrib.gis.admin.OpenLayersWidget`` will be removed. +* The ``django.contrib.auth.hashers.CryptPasswordHasher`` will be removed. + .. _deprecation-removed-in-4.1: 4.1 |
