summaryrefslogtreecommitdiff
path: root/docs
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 22:27:59 -0400
commit5d556d2aaf64a4181b121e3cb51009d59f02869e (patch)
treea8823972b1a189849d7bd38bc6fc0b23590ece0d /docs
parent844ae40a7cdcb1738ca3a2e8f13bb6b8c2e22efd (diff)
[1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
Backport of dda596ca3296f5b2574cf4876a4e176594f52834 from master
Diffstat (limited to 'docs')
-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`).