mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #17083 -- Allowed sessions to use non-default cache.
This commit is contained in:
parent
68847135bc
commit
146ed13a11
6 changed files with 48 additions and 6 deletions
|
@ -299,6 +299,9 @@ Django 1.5 also includes several smaller improvements worth noting:
|
|||
* RemoteUserMiddleware now forces logout when the REMOTE_USER header
|
||||
disappears during the same browser session.
|
||||
|
||||
* The :ref:`cache-based session backend <cached-sessions-backend>` can store
|
||||
session data in a non-default cache.
|
||||
|
||||
Backwards incompatible changes in 1.5
|
||||
=====================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue