This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
6c5f5b9a41
django1
/
django
/
contrib
/
sessions
/
backends
History
Alex Gaynor
7548aa8ffd
More attacking E302 violators
2013-11-02 13:12:09 -07: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
More attacking E302 violators
2013-11-02 13:12:09 -07:00
cache.py
Fixed
#17083
-- Allowed sessions to use non-default cache.
2012-10-31 09:46:16 +01:00
cached_db.py
Fixed
#21000
-- Made cached_db session backend respect SESSION_CACHE_ALIAS
2013-09-05 10:47:58 -04:00
db.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
file.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
signed_cookies.py
Fixed
#20922
-- Allowed customizing the serializer used by contrib.sessions
2013-08-22 13:58:26 -04:00