mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
This commit is contained in:
parent
c09bf8d767
commit
dda596ca32
4 changed files with 10 additions and 6 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue