summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.1.txt
diff options
context:
space:
mode:
authorInvalidInterrupt <InvalidInterrupt@users.noreply.github.com>2017-04-11 17:35:17 -0700
committerTim Graham <timograham@gmail.com>2017-04-17 09:58:19 -0400
commitdda596ca3296f5b2574cf4876a4e176594f52834 (patch)
treeb3005039242e44936ed7c5b18d6e7ac0f6312d50 /docs/releases/1.11.1.txt
parentc09bf8d76770d39a4d9545b67598cd05adee281b (diff)
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
Diffstat (limited to 'docs/releases/1.11.1.txt')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).