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 user sessions.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2021-01-12 20:31:36 +01:00
parent d32a232fe9
commit 6b4941dd57
5 changed files with 6 additions and 44 deletions

View File

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