summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-11 20:31:49 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commit66b4046d68921edc7c83076da4aafd307f7dd19b (patch)
tree96352bd23360d78c81cf89520f686aa4dbb4bbb7 /docs
parent831a05b1859f960dba0aff3ac46daa40ca70704e (diff)
Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.
Per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index c3ee1b0609..a2f04227fd 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -280,3 +280,6 @@ to remove usage of these features.
* Support for the pre-Django 3.1 encoding format of cookies values used by
``django.contrib.messages.storage.cookie.CookieStorage`` is removed.
+
+* Support for the pre-Django 3.1 password reset tokens in the admin site (that
+ use the SHA-1 hashing algorithm) is removed.