mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.
Per deprecation timeline.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user