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
0120985095
django1
/
django
/
contrib
/
sessions
/
backends
History
Claude Paroz
8a1f439d3a
[py3] Fix encoding issues in contrib.sessions
2012-08-12 22:49:10 +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
[py3] Fix encoding issues in contrib.sessions
2012-08-12 22:49:10 +02:00
cache.py
[py3] Added Python 3 compatibility for xrange.
2012-07-22 09:29:56 +02:00
cached_db.py
Fixed
#17810
(again). Catch session key errors.
2012-03-23 16:14:46 +00:00
db.py
[py3] Fix encoding issues in contrib.sessions
2012-08-12 22:49:10 +02:00
file.py
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
signed_cookies.py
[py3] Switched to Python 3-compatible imports.
2012-07-22 09:29:56 +02:00