1
0
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:
Mariusz Felisiak
2021-01-11 20:31:49 +01:00
parent 831a05b185
commit 66b4046d68
3 changed files with 9 additions and 56 deletions

View File

@@ -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.