summaryrefslogtreecommitdiff
path: root/tests/sessions_tests
AgeCommit message (Expand)Author
2026-02-21Fixed #36899 -- Implemented SessionBase.__bool__.Amar
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-12-13Improved test coverage for django.contrib.sessions.backends.base.SessionBase.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-11-24Fixed #34173 -- Skipped saving sessions on 5xx responses.SirAbhi13
2022-05-02Removed 'tests' path prefix in a couple tests.Tim Graham
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2021-01-14Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...Mariusz Felisiak
2020-12-28Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-08-19Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-07Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.Mariusz Felisiak
2020-07-16Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak
2020-03-02Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2019-03-21Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-10-03Refs #27795 -- Removed force_bytes() usage in sessions.Jon Dufresne
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-01-02Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.Alexey
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-05-03Converted sessions_tests to use assertIs() rather than assertTrue/False().Tim Graham
2017-05-03Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is...Tim Graham
2017-04-18Refs #28066 -- Fixed nondeterministic ordering test failure in sessions_tests.Mariusz Felisiak
2017-04-17Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-19Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems().Srinivas Reddy Thatiparthy
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-01Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester
2016-08-08Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.Adam Zapletal
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-21Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SE...Jon Dufresne
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne