1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31895 -- Fixed crash when decoding invalid session data.

Thanks Matt Hegarty for the report.
Regression in d4fff711d4.
This commit is contained in:
Mariusz Felisiak
2020-08-19 12:06:00 +02:00
committed by GitHub
parent bf6d07730c
commit 4376c2c7f8
3 changed files with 22 additions and 5 deletions

View File

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