summaryrefslogtreecommitdiff
path: root/tests/sessions_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-5/+0
* Fixed #34173 -- Skipped saving sessions on 5xx responses.SirAbhi132022-11-241-1/+14
* Removed 'tests' path prefix in a couple tests.Tim Graham2022-05-021-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-145/+168
* Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson2022-01-131-6/+4
* Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson2022-01-131-19/+14
* Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...Mariusz Felisiak2021-01-141-20/+6
* Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag2020-12-282-0/+17
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-4/+4
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-091-4/+6
* Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak2020-08-191-5/+10
* Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.Mariusz Felisiak2020-08-071-6/+13
* Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak2020-07-161-2/+4
* Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz2020-03-021-0/+12
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-73/+53
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-1/+11
* Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani2019-05-212-0/+15
* Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift2019-03-211-0/+3
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-1/+1
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-10/+11
* Refs #27795 -- Removed force_bytes() usage in sessions.Jon Dufresne2018-10-031-1/+1
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-5/+3
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-131-0/+10
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-1/+2
* Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.Alexey2018-01-021-4/+4
* Fixed #27857 -- Dropped support for Python 3.4.Tim Graham2017-09-251-5/+2
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-4/+6
* Converted sessions_tests to use assertIs() rather than assertTrue/False().Tim Graham2017-05-031-46/+45
* Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is...Tim Graham2017-05-031-1/+2
* Refs #28066 -- Fixed nondeterministic ordering test failure in sessions_tests.Mariusz Felisiak2017-04-181-2/+2
* Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt2017-04-171-0/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-252-4/+4
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-2/+1
* Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems().Srinivas Reddy Thatiparthy2017-01-191-15/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-7/+7
* 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