index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sessions
/
backends
Age
Commit message (
Expand
)
Author
2012-11-29
[1.5.x] Fixed #19356 -- Increased session key entropy.
Aymeric Augustin
2012-11-06
[1.5.x] Fixed #19254 -- Bug in SESSION_FILE_PATH handling.
Aymeric Augustin
2012-10-31
Fixed #17083 -- Allowed sessions to use non-default cache.
Aymeric Augustin
2012-10-28
[1.5.x] Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-28
[1.5.x] Added optional kwargs to get_expiry_age/date.
Aymeric Augustin
2012-10-27
[1.5.x] Fixed #19200 -- Session expiry with cached_db
Aymeric Augustin
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-15
Removed unneeded smart_bytes import which was introduced in f2fff84bc.
Florian Apolloner
2012-08-15
[py3] fixed session file backend.
Florian Apolloner
2012-08-15
[py3] Fixed test_client_regress tests
Claude Paroz
2012-08-14
[py3] Avoided the deprecated base64 interface.
Aymeric Augustin
2012-08-12
[py3] Fix encoding issues in contrib.sessions
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-23
Fixed #17810 (again). Catch session key errors.
Aymeric Augustin
2012-03-23
Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs ...
Jannis Leidel
2012-03-23
Fixed #17810. Catch session key errors.
Paul McMillan
2012-02-23
Cleanup to use get_random_string consistently.
Paul McMillan
2012-01-24
Fixed #17506 -- Did a minor optimization in the sessions' database backend. T...
Julien Phalip
2011-11-27
Optimized the cached_db session backend to check if a key exists in the cache...
Aymeric Augustin
2011-11-27
Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...
Aymeric Augustin
2011-11-20
Upgraded django.contrib.sessions to be compatible with time zone support.
Aymeric Augustin
2011-11-17
Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...
Jannis Leidel
2011-09-10
Corrected an issue which could allow attackers to manipulate session data usi...
Russell Keith-Magee
2011-09-09
Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-26
Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...
Jannis Leidel
2011-03-30
Removed Django 1.2 compatibility fallback for session data integrity check hash.
Luke Plant
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-02-09
Fixed a security issue in the file session backend. Disclosure and new relea...
Alex Gaynor
2010-11-14
Fixed potential circular import problem.
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-08-05
Converted sessions tests from doctest to unittest.
Luke Plant
2010-03-25
Fixed #13200 -- Updated the DB session backend to make full use of routers, d...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-03-01
Fixed #9548 -- Correctly detect existence of empty sessions with cache backend.
Malcolm Tredinnick
2009-01-10
Fixed #6791: added a write-through cache session backend: session data is wri...
Jacob Kaplan-Moss
2008-09-01
Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. Fixes #...
Jacob Kaplan-Moss
2008-08-30
Fixed #8616 (again): prevent a race condition in the session file backend. Ma...
Jacob Kaplan-Moss
2008-08-29
Reverted #8688 for now, since it merely introduced different bugs, rather than
Malcolm Tredinnick
2008-08-29
Fixed #8616 -- Fixed a race condition in the file-based session backend.
Malcolm Tredinnick
2008-08-27
Fixed #8311 -- Avoid an infinite loop with session key generation when using
Malcolm Tredinnick
2008-08-23
Avoid a crash when unencoding session data for the db backend. This is required
Malcolm Tredinnick
2008-08-21
When logging in, change the session key whilst preserving any existing
Malcolm Tredinnick
2008-08-20
Fixed #8457 -- Fixed a missing import.
Malcolm Tredinnick
2008-08-16
Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe...
Malcolm Tredinnick
2008-08-15
Made a few small tweaks to reduce persistent storage accesses in the session
Malcolm Tredinnick
[next]