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
/
backends
/
base.py
Age
Commit message (
Expand
)
Author
2026-02-21
Fixed #36899 -- Implemented SessionBase.__bool__.
Amar
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-03-13
Fixed #34901 -- Added async-compatible interface to session engines.
Jon Janzen
2024-03-12
Used SessionBase.__setitem__() in setdefault().
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-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-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-03-02
Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().
Claude Paroz
2019-05-21
Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...
Hasan Ramezani
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2018-10-03
Refs #27795 -- Removed force_bytes() usage in sessions.
Jon Dufresne
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-17
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
InvalidInterrupt
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems().
Srinivas Reddy Thatiparthy
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-08
Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.
Adam Zapletal
2016-04-20
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...
Tobias Kroenke
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-26
Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...
Tore Lundqvist
2015-12-31
Removed British/Austrialian word: whilist.
Tim Graham
2015-06-06
Fixed #24915 -- Added stricter session key validation
David Bannon
2015-04-13
Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
Adam Zapletal
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-05-11
Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...
Matt Robenolt
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-08-22
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Tim Graham
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2012-11-29
Fixed #19356 -- Increased session key entropy.
Aymeric Augustin
2012-10-28
Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-27
Added optional kwargs to get_expiry_age/date.
Aymeric Augustin
2012-10-27
Fixed #19200 -- Session expiry with cached_db
Aymeric Augustin
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-15
[py3] Fixed test_client_regress tests
Claude Paroz
2012-08-14
[py3] Avoided the deprecated base64 interface.
Aymeric Augustin
2012-08-12
[py3] Fix encoding issues in contrib.sessions
Claude Paroz
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-02-23
Cleanup to use get_random_string consistently.
Paul McMillan
[next]