summaryrefslogtreecommitdiff
path: root/docs/topics/http/sessions.txt
AgeCommit message (Expand)Author
2026-02-21Fixed #36899 -- Implemented SessionBase.__bool__.Amar
2026-02-03Fixed #36898 -- Documented SessionBase.is_empty().jafarkhan83
2026-01-19Fixed unbalanced parentheses in docs.Clifford Gama
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak
2022-12-16Fixed typo in docs/topics/http/sessions.txt.TAKAHASHI Shuuji
2022-10-07Fixed #33797 -- Prioritized cached database backend for cached sessions in docs.J.V. Zammit
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-03-31Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce
2022-02-02Added Redis to warning about using cached sessions in docs.Theofilos Alexiou
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2022-01-04Avoided suggestion of plain text database password in sessions topic.Luke Plant
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-03-30Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2020-03-25Improved sessions notes in deployment checklist.Adam Johnson
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-07-23Fixed typo in docs/topics/http/sessions.txt.terminator14
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2017-11-01Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-08-19Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-07-22Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-12Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...Md. Sadaf Noor
2016-05-31Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
2016-05-28Refs #22634 -- Removed unneeded app_label in custom session engine example.Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-29Added a missing session setting in docs.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-27Removed historical note about session serialization.Tim Graham