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
ea4e0aad9e
django1
/
django
/
contrib
/
sessions
/
backends
History
Claude Paroz
865cd35c9b
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02: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
Cleanup to use get_random_string consistently.
2012-02-23 21:39:12 +00:00
cache.py
Fixed
#17810
(again). Catch session key errors.
2012-03-23 16:14:46 +00:00
cached_db.py
Fixed
#17810
(again). Catch session key errors.
2012-03-23 16:14:46 +00:00
db.py
Fixed
#17506
-- Did a minor optimization in the sessions' database backend. Thanks to FunkyBob for the report and patch.
2012-01-24 07:42:38 +00:00
file.py
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
signed_cookies.py
Fixed
#11555
-- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs
#13478
.
2011-11-27 17:52:24 +00:00