mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.
Thanks Matt Hegarty for the report. Regression ind4fff711d4
. Backport of4376c2c7f8
from master
This commit is contained in:
parent
b2fc5292b2
commit
7eaa2776e1
3 changed files with 22 additions and 5 deletions
|
@ -32,3 +32,6 @@ Bugfixes
|
|||
|
||||
* Fixed a data loss possibility, following a regression in Django 2.0, when
|
||||
copying model instances with a cached fields value (:ticket:`31863`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that caused a crash when decoding an invalid
|
||||
session data (:ticket:`31895`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue