From 2fa36719a8fb39f2c2162f9e6430db00c6bc8412 Mon Sep 17 00:00:00 2001 From: Tim Graham <timograham@gmail.com> Date: Wed, 8 Aug 2018 17:55:20 -0400 Subject: [PATCH] Fixed #29652 -- Doc'd removal of py-bcrypt compatibility. --- docs/releases/2.1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index cdf1a416dc..368f1f6b29 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -402,6 +402,9 @@ Miscellaneous suitable alternatives. Compared to the ``QUERY_TERMS`` constant, they allow your code to also account for any custom lookups that have been registered. +* Compatibly with ``py-bcrypt`` is removed as it's unmaintained. Use `bcrypt + <https://pypi.org/project/bcrypt/>`_ instead. + .. _deprecated-features-2.1: Features deprecated in 2.1