summaryrefslogtreecommitdiff
path: root/tests/sessions_tests
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Sorted imports per isort 4.2.9.Tim Graham2017-06-011-4/+6
* [1.11.x] Refs #28066 -- Fixed Python 2 failures in sessions_tests.Tim Graham2017-04-191-6/+7
* [1.11.x] Refs #28066 -- Fixed nondeterministic ordering test failure in sessi...Mariusz Felisiak2017-04-181-2/+2
* [1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt2017-04-171-0/+5
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+3
* Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester2016-11-011-9/+10
* Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.Adam Zapletal2016-08-081-0/+4
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-7/+1
* Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SE...Jon Dufresne2016-06-211-5/+6
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-7/+7
* Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke2016-04-201-0/+4
* Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.Nicolas NoƩ2016-04-201-0/+5
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+8
* Refs #21608 -- Fixed incorrect cache key in cache session backend's save().Jon Dufresne2016-04-041-0/+6
* Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist2016-02-261-0/+47
* Cleaned up session backends tests.Simon Charette2016-02-261-8/+4
* Stopped registering the sessions tests models to the sessions app.Simon Charette2016-02-042-5/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-7/+10
* Fixed quad quoted ("""") docstring starts.John Vandenberg2015-10-201-1/+1
* Fixed #22938 -- Allowed clearsessions to remove file-based sessions.Aleksandra Tarkowska2015-10-031-4/+14
* Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov2015-08-272-9/+82
* Added a test to ensure empty sessions are saved.Tim Graham2015-08-201-0/+39
* Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-181-0/+17
* Fixed #19324 -- Avoided creating a session record when loading the session.Carl Meyer2015-07-081-0/+20
* Fixed #24915 -- Added stricter session key validationDavid Bannon2015-06-061-0/+15
* Fixed incorrect session.flush() in cached_db session backend.Tim Graham2015-05-201-0/+1
* Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAINBo Lopker2015-05-151-0/+29
* Fixed sessions test on Python 3.5; refs #23763.Tim Graham2015-03-311-2/+6
* Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...Tim Graham2015-03-121-0/+12
* Moved contrib.sessions tests out of contrib.Tim Graham2015-02-112-0/+634