diff options
| author | InvalidInterrupt <InvalidInterrupt@users.noreply.github.com> | 2017-04-11 17:35:17 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-17 09:58:19 -0400 |
| commit | dda596ca3296f5b2574cf4876a4e176594f52834 (patch) | |
| tree | b3005039242e44936ed7c5b18d6e7ac0f6312d50 /docs/releases | |
| parent | c09bf8d76770d39a4d9545b67598cd05adee281b (diff) | |
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
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`). |
