diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-08 17:55:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-08 17:55:20 -0400 |
| commit | 2fa36719a8fb39f2c2162f9e6430db00c6bc8412 (patch) | |
| tree | 559a4b80f87f957f9603ddcad4bc353fec74cfe4 /docs/releases | |
| parent | 730173d1c5cf210d8e3bd951fa49f64b9bc561ca (diff) | |
Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
