summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-07 21:42:39 +0200
committerGitHub <noreply@github.com>2020-08-07 21:42:39 +0200
commit99abfe8f4d3caebcd73548f5bf9e4755bdfed318 (patch)
tree97cffbf6973c9140624113a3fe274f67dd7aa1db /docs
parente5118b545b05653d9ea18c7733996b2e38c0ff8f (diff)
Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.
Thanks אורי for the report.
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 516d47cd03..c8201d4e41 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed wrapping of long model names in the admin's navigation sidebar
(:ticket:`31854`).
+
+* Fixed encoding session data while upgrading multiple instances of the same
+ project to Django 3.1 (:ticket:`31864`).