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
/
docs
/
topics
/
http
/
sessions.txt
Age
Commit message (
Expand
)
Author
2010-05-09
Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...
Russell Keith-Magee
2010-05-06
Fixed #8357 -- Clarified what constitutes activity when calculating session e...
Russell Keith-Magee
2010-03-25
Fixed #13200 -- Updated the DB session backend to make full use of routers, d...
Russell Keith-Magee
2010-02-24
Fixed #11933 -- Added versionchanged marker for the cache_db session backend....
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-09-13
Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling...
Russell Keith-Magee
2009-06-18
Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...
Russell Keith-Magee
2009-05-26
Made some small improvements to docs/topics/http/sessions.txt
Adrian Holovaty
2009-02-16
Auth-related doc cleanups:
Gary Wilson Jr
2009-01-11
Fixed a long line, a typo, and a few misspellings from [9727].
Gary Wilson Jr
2009-01-10
Fixed #6791: added a write-through cache session backend: session data is wri...
Jacob Kaplan-Moss
2008-11-01
Fixed #9487 -- Corrected several links into the Python docs that were broken ...
Karen Tracey
2008-09-09
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
Adrian Holovaty
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss