From 02dbf1667c6da61ea9346f7c9f174a158b896811 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 11 May 2022 09:13:45 +0200 Subject: Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher. --- 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 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 -- cgit v1.3