diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-07 21:42:39 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-07 21:43:46 +0200 |
| commit | c21bbe0883772ea91993eabac6c91ff575a81912 (patch) | |
| tree | 891ddc5903787054d9097d968ee093cb806db6d1 /docs | |
| parent | 1e3d8bd3a1d60bc207a04f4dd43729a66cd6b0a2 (diff) | |
[3.1.x] Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.
Thanks אורי for the report.
Backport of 99abfe8f4d3caebcd73548f5bf9e4755bdfed318 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.1.txt | 3 |
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`). |
