diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-08 17:55:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-08 18:02:02 -0400 |
| commit | 548a2d3c1fc273f770e616f5ef0593f79867a5a4 (patch) | |
| tree | 82711a43d46a2f167b70907374720ed7ef1fc7c8 | |
| parent | e3be4e94d1bc38f9aac087a40eebd0a46c3dacea (diff) | |
[2.1.x] Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.
Backport of 2fa36719a8fb39f2c2162f9e6430db00c6bc8412 from master
| -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 |
