summaryrefslogtreecommitdiff
path: root/tests/sessions_tests/tests.py
AgeCommit message (Expand)Author
2015-08-18[1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-07-08[1.8.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer
2015-05-20[1.8.x] Fixed incorrect session.flush() in cached_db session backend.Tim Graham
2015-05-15[1.8.x] Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOK...Bo Lopker
2015-03-31[1.8.x] Fixed sessions test on Python 3.5; refs #23763.Tim Graham
2015-02-11[1.8.x] Moved contrib.sessions tests out of contrib.Tim Graham