django1/django/contrib/sessions/backends
Adam Zapletal 872eb26f54 Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
Changed SessionBase.pop's second argument to explicitly be default=None
rather than *args since _session is always a dict. Thanks gabor for the
report and Tim Graham for the review.
2015-04-13 10:32:03 -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 Fixed #24621 -- Fixed and documented SessionBase.pop's second argument 2015-04-13 10:32:03 -04:00
cache.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
cached_db.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
db.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
file.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
signed_cookies.py Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00