index
:
chango.git
devmain
fix-31295
initial-branch
main
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
/
tests.py
Age
Commit message (
Expand
)
Author
2008-08-21
When logging in, change the session key whilst preserving any existing
Malcolm Tredinnick
2008-08-16
Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe...
Malcolm Tredinnick
2008-08-14
Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (via
Malcolm Tredinnick
2008-08-14
Implemented a flush() method on sessions that cleans out the session and
Malcolm Tredinnick
2008-08-14
Added a clear() method to sessions. Patch from mrts. Refs #7515.
Malcolm Tredinnick
2008-06-18
Fixed #7429 -- Modified the Session base class a little more dictionary-like ...
Russell Keith-Magee
2008-06-07
Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...
Jacob Kaplan-Moss
2007-12-04
Added a test for [6889]
Jacob Kaplan-Moss
2007-12-02
Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben
Malcolm Tredinnick
2007-10-20
Fixed #4729 -- Restored functionality to the Session class so that popping a
Malcolm Tredinnick
2007-09-15
Fixed #2066: session data can now be stored in the cache or on the filesystem...
Jacob Kaplan-Moss
2007-07-03
Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks...
Adrian Holovaty
2007-05-21
Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson.
Malcolm Tredinnick