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
2016-04-04
Refs #21608 -- Fixed incorrect cache key in cache session backend's save().
Jon Dufresne
2016-02-26
Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...
Tore Lundqvist
2015-12-31
Removed British/Austrialian word: whilist.
Tim Graham
2015-10-17
Fixed #25558 -- Fixed nondeterministic test failure on Windows: test_clearses...
Brian Gianforcaro
2015-10-03
Fixed #22938 -- Allowed clearsessions to remove file-based sessions.
Aleksandra Tarkowska
2015-08-27
Fixed #22634 -- Made the database-backed session backends more extensible.
Sergey Kolosov
2015-07-08
Fixed #19324 -- Avoided creating a session record when loading the session.
Carl Meyer
2015-06-06
Fixed #24915 -- Added stricter session key validation
David Bannon
2015-05-20
Fixed incorrect session.flush() in cached_db session backend.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-04-13
Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
Adam Zapletal
2015-03-12
Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-05-11
Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...
Matt Robenolt
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-05
Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIAS
CHI Cheng
2013-08-22
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Tim Graham
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-19
Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File Back...
Erik Romijn
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-02-24
Fixed #9084 - Best approach for an OS to atomically rename the session file.
Joeri Bekker
2012-11-29
Fixed #19356 -- Increased session key entropy.
Aymeric Augustin
2012-11-06
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
Fixed #14093 -- Improved error message in the cache session backend.
Aymeric Augustin
2012-10-28
Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-27
Added optional kwargs to get_expiry_age/date.
Aymeric Augustin
2012-10-27
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
[prev]
[next]