mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.
Thanks Matt Hegarty for the report. Regression ind4fff711d4. Backport of4376c2c7f8from master
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user