summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-19 12:06:00 +0200
committerGitHub <noreply@github.com>2020-08-19 12:06:00 +0200
commit4376c2c7f8cd9c7604a7d053b3c4022dd5ac2795 (patch)
tree1917ff4afb306a5853be0db4b9b4cabb881201c1 /docs
parentbf6d07730c41ae23836d8dae98626fe8614307e2 (diff)
Fixed #31895 -- Fixed crash when decoding invalid session data.
Thanks Matt Hegarty for the report. Regression in d4fff711d4c97356bd6ba1273d2a5e349326eb5f.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt
index f0369d017a..d2c08fed5a 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -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`).