From dda596ca3296f5b2574cf4876a4e176594f52834 Mon Sep 17 00:00:00 2001 From: InvalidInterrupt Date: Tue, 11 Apr 2017 17:35:17 -0700 Subject: Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data. --- docs/releases/1.11.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index 953a6e8889..41f82a0c63 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -27,3 +27,6 @@ Bugfixes * Restored ``BoundField``\s without any ``choices`` evaluating to ``True`` (:ticket:`28058`). + +* Prevented ``SessionBase.cycle_key()`` from losing session data if + ``_session_cache`` isn't populated (:ticket:`28066`). -- cgit v1.3