From 99abfe8f4d3caebcd73548f5bf9e4755bdfed318 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 7 Aug 2020 21:42:39 +0200 Subject: Fixed #31864 -- Fixed encoding session data during transition to Django 3.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks אורי for the report. --- docs/releases/3.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3