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
/
tests
/
sessions_tests
Age
Commit message (
Expand
)
Author
2017-04-19
[1.11.x] Refs #28066 -- Fixed Python 2 failures in sessions_tests.
Tim Graham
2017-04-18
[1.11.x] Refs #28066 -- Fixed nondeterministic ordering test failure in sessi...
Mariusz Felisiak
2017-04-17
[1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
InvalidInterrupt
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-01
Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...
Andrew Nester
2016-08-08
Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.
Adam Zapletal
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-21
Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SE...
Jon Dufresne
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-20
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...
Tobias Kroenke
2016-04-20
Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.
Nicolas NoƩ
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
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
2016-02-26
Cleaned up session backends tests.
Simon Charette
2016-02-04
Stopped registering the sessions tests models to the sessions app.
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-10-20
Fixed quad quoted ("""") docstring starts.
John Vandenberg
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-08-20
Added a test to ensure empty sessions are saved.
Tim Graham
2015-08-18
Fixed DoS possiblity in contrib.auth.views.logout()
Tim Graham
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-15
Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN
Bo Lopker
2015-03-31
Fixed sessions test on Python 3.5; refs #23763.
Tim Graham
2015-03-12
Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...
Tim Graham
2015-02-11
Moved contrib.sessions tests out of contrib.
Tim Graham