summaryrefslogtreecommitdiff
path: root/django/contrib/sessions
AgeCommit message (Expand)Author
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-11-24Fixed #34173 -- Skipped saving sessions on 5xx responses.SirAbhi13
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-29Updated translations from Transifex.Claude Paroz
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-13Optimized SessionBase.get_expire_at_browser_close().Adam Johnson
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-09-02Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...Daniyal Abbasi
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-15Fixed #32910 -- Unified different plural equations for the same language in c...Mariusz Felisiak
2021-06-09Fixed #32829 -- Updated help text for clearsessions management command.Hasan Ramezani
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-01-14Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak
2021-01-14Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...Mariusz Felisiak
2021-01-14Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak
2020-12-28Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-08-28Refs #31928 -- Made SessionMiddleware call super().__init__().Kevin Michel
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-08-01Updated translations from TransifexClaude Paroz
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-07-16Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
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-12-02Updated contrib translations from Transifex.Carlton Gibson
2019-06-29Updated translations from TransifexClaude Paroz
2019-05-29Simplified SessionMiddleware.process_response() a bit.Daniel Hahler
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-03-21Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-02-06Removed unnecessary type() calls for class methods.Jon Dufresne
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2019-01-10Fetched Armenian translations from TransifexClaude Paroz
2018-10-03Refs #27795 -- Removed force_bytes() usage in sessions.Jon Dufresne
2018-08-01Updated contrib translations from TransifexClaude Paroz
2018-07-09Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...Simon Charette
2018-06-28Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...Tim Graham
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-03-20Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev
2018-02-28Updated translations from TransifexClaude Paroz
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов