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
ee8b810b97
django1
/
django
/
contrib
/
sessions
/
backends
History
Erik Romijn
f88700d610
Fix
#19664
-- Illegal Characters In Session Key Give Fatal Error On File Backend Only
2013-05-19 15:33:05 +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
Fixed
#19356
-- Increased session key entropy.
2012-11-29 16:36:43 +01:00
cache.py
Fixed
#17083
-- Allowed sessions to use non-default cache.
2012-10-31 09:46:16 +01:00
cached_db.py
Added optional kwargs to get_expiry_age/date.
2012-10-27 23:15:45 +02:00
db.py
Deprecated transaction.commit/rollback_unless_managed.
2013-03-11 14:48:54 +01:00
file.py
Fix
#19664
-- Illegal Characters In Session Key Give Fatal Error On File Backend Only
2013-05-19 15:33:05 +02:00
signed_cookies.py
Fixed
#18194
-- Expiration of file-based sessions
2012-10-28 09:19:38 +01:00