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 user sessions.
Per deprecation timeline.
This commit is contained in:
@@ -292,3 +292,6 @@ to remove usage of these features.
|
||||
* Support for the pre-Django 3.1 ``django.core.signing.dumps()`` signatures
|
||||
(encoded with the SHA-1 algorithm) in ``django.core.signing.loads()`` is
|
||||
removed.
|
||||
|
||||
* Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm)
|
||||
is removed.
|
||||
|
||||
Reference in New Issue
Block a user