mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().
Thanks Mariusz Felisiak and Florian Apolloner for the reviews.
This commit is contained in:
committed by
Mariusz Felisiak
parent
daaa894960
commit
d4fff711d4
@@ -539,6 +539,10 @@ Miscellaneous
|
||||
from the format generated by older versions of Django. Support for the old
|
||||
format remains until Django 4.0.
|
||||
|
||||
* The encoding format of sessions is different from the format generated by
|
||||
older versions of Django. Support for the old format remains until Django
|
||||
4.0.
|
||||
|
||||
.. _removed-features-3.1:
|
||||
|
||||
Features removed in 3.1
|
||||
|
||||
Reference in New Issue
Block a user