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
/
tests.py
Age
Commit message (
Expand
)
Author
2013-07-10
[1.5.x] Fixed #20075 -- Fixed session test fail when using a cache other than...
Mathijs de Bruin
2012-10-31
Fixed #17083 -- Allowed sessions to use non-default cache.
Aymeric Augustin
2012-10-28
[1.5.x] Marked cookies-based session expiry test as an expected failure.
Aymeric Augustin
2012-10-28
[1.5.x] Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-28
[1.5.x] Improved tests introduced in 04b00b6.
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-09-21
Fixed #10853 -- Skipped some sessions tests with dummy cache backend
Claude Paroz
2012-09-08
Adjust d7853c5 to not show ignorable warnings when running tests.
Malcolm Tredinnick
2012-09-08
Remove a couple unused imports.
Carl Meyer
2012-09-08
Removed warning check in test_load_overlong_key
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-16
Fixed #3881 -- skip saving session when response status is 500
Anssi Kääriäinen
2012-05-03
Inserted more simplefilter calls to be sure warnings are emitted.
Claude Paroz
2012-05-03
Made warning assertions work with or without -Wall python switch
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-23
Fixed #17810. Catch session key errors.
Paul McMillan
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
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-22
Improved the test for #16847.
Paul McMillan
2011-11-21
Fixed Python 2.5 test failure introduced in r17135.
Paul McMillan
2011-11-21
Fixed #16847. Session Cookies now default to httponly = True.
Paul McMillan
2011-11-20
Upgraded django.contrib.sessions to be compatible with time zone support.
Aymeric Augustin
2011-10-05
Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...
Paul McMillan
2011-09-09
Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...
Jannis Leidel
2011-06-26
Fixed a typo, and added an ``__future__`` import to the new signed cookie tets.
Alex Gaynor
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
2011-01-31
Fixed duplicate-named contrib.sessions tests, and removed unused import (clea...
Carl Meyer
2011-01-17
Fixed #15026 -- Added cleanup to the invalid key session tests; when using Me...
Russell Keith-Magee
2010-11-26
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...
Russell Keith-Magee
2010-11-14
Fixed #14685 - incompatible code in contrib.sessions.models
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-14
Fixed #14096 -- Corrected Python 2.4 syntax issue. Thanks to PaulM for the re...
Russell Keith-Magee
2010-08-05
Converted sessions tests from doctest to unittest.
Luke Plant
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-10-10
More be-nice-to-the-buildbot: be better about cleaning up files created by th...
Jacob Kaplan-Moss
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
[next]