django1/django/contrib/sessions/backends
InvalidInterrupt 5d556d2aaf [1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
Backport of dda596ca32 from master
2017-04-17 22:27:59 -04:00
..
__init__.py Fixed #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code. 2007-09-15 21:29:14 +00:00
base.py [1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data. 2017-04-17 22:27:59 -04:00
cache.py Refs #21608 -- Fixed incorrect cache key in cache session backend's save(). 2016-04-04 07:41:59 -04:00
cached_db.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
db.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
file.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
signed_cookies.py [1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data. 2017-04-17 22:27:59 -04:00