Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.

This commit is contained in:
Mariusz Felisiak 2022-05-11 09:13:45 +02:00 committed by GitHub
parent 262fde94de
commit 02dbf1667c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 3 deletions

View file

@ -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