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
2021-12-06
[4.0.x] 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
2019-05-21
Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...
Hasan Ramezani
2019-04-01
Updated contrib translations from Transifex.
Claude Paroz
2019-03-21
Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.
birthdaysgift
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-06
Removed unnecessary type() calls for class methods.
Jon Dufresne
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-10
Fetched Armenian translations from Transifex
Claude Paroz
2018-10-03
Refs #27795 -- Removed force_bytes() usage in sessions.
Jon Dufresne
2018-08-01
Updated contrib translations from Transifex
Claude Paroz
2018-07-09
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...
Simon Charette
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-03-20
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-02-28
Updated translations from Transifex
Claude Paroz
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2018-01-02
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
Alexey
2017-12-08
Made session loading in cached_db engine more DRY.
Jozef
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-12-01
Updated contrib translations from Transifex
Claude Paroz
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
[next]