index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sessions
Age
Commit message (
Expand
)
Author
2026-02-21
Fixed #36899 -- Implemented SessionBase.__bool__.
Amar
2025-12-02
Updated translations from Transifex.
Natalia
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2024-10-07
Updated translations from Transifex.
nessita
2024-08-07
Updated translations from Transifex.
Natalia
2024-03-13
Fixed #34901 -- Added async-compatible interface to session engines.
Jon Janzen
2024-03-12
Removed unused clean() method in file-based session.
Mariusz Felisiak
2024-03-12
Used SessionBase.__setitem__() in setdefault().
Mariusz Felisiak
2024-02-21
Fixed #34806 -- Made cached_db session backend resilient to cache write errors.
Sulabh Katila
2024-01-29
Updated translations from Transifex.
Claude Paroz
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-04
Updated translations from Transifex.
Natalia
2023-04-03
Updated translations from Transifex.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2022-11-24
Fixed #34173 -- Skipped saving sessions on 5xx responses.
SirAbhi13
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-29
Updated translations from Transifex.
Claude Paroz
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2022-01-13
Optimized SessionBase.get_expire_at_browser_close().
Adam Johnson
2022-01-13
Refs #29708 -- Made SessionBase store expiry as string.
Adam Johnson
2021-12-06
Updated translations from Transifex.
Mariusz Felisiak
2021-09-02
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...
Daniyal Abbasi
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-15
Fixed #32910 -- Unified different plural equations for the same language in c...
Mariusz Felisiak
2021-06-09
Fixed #32829 -- Updated help text for clearsessions management command.
Hasan Ramezani
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2021-01-14
Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...
Mariusz Felisiak
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2020-12-28
Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...
François Freitag
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-08-28
Refs #31928 -- Made SessionMiddleware call super().__init__().
Kevin Michel
2020-08-19
Fixed #31895 -- Fixed crash when decoding invalid session data.
Mariusz Felisiak
2020-08-07
Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.
Mariusz Felisiak
2020-08-01
Updated translations from Transifex
Claude Paroz
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-02
Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().
Claude Paroz
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2019-12-02
Updated contrib translations from Transifex.
Carlton Gibson
2019-06-29
Updated translations from Transifex
Claude Paroz
2019-05-29
Simplified SessionMiddleware.process_response() a bit.
Daniel Hahler
[next]