Commit History

Author SHA1 Message Date
  Sarah Boyce 810edfd742 Removed versionadded/changed annotations for 5.1. 2 months ago
  Jon Janzen f5c340684b Fixed #34901 -- Added async-compatible interface to session engines. 1 year ago
  Sulabh Katila eceb5e2eea Fixed #34806 -- Made cached_db session backend resilient to cache write errors. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 years ago
  Mariusz Felisiak b119f4329c Refs #29708 -- Removed PickleSerializer per deprecation timeline. 2 years ago
  TAKAHASHI Shuuji 05d70fb92b Fixed typo in docs/topics/http/sessions.txt. 2 years ago
  J.V. Zammit fa9ac16c13 Fixed #33797 -- Prioritized cached database backend for cached sessions in docs. 2 years ago
  Ramil Yanbulatov c6290bae9d Fixed #33842 -- Used :source: role for links to repo files on GitHub. 2 years ago
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 2 years ago
  sarahboyce ae506181f7 Fixed #32129 -- Adjusted the docs for session expiry helpers. 2 years ago
  Theofilos Alexiou 3ba60951fc Added Redis to warning about using cached sessions in docs. 3 years ago
  tschilling 0dcd549bbe Fixed #30360 -- Added support for secret key rotation. 3 years ago
  Adam Johnson 45a42aabfa Fixed #29708 -- Deprecated PickleSerializer. 5 years ago
  Adam Johnson 436862787c Refs #29708 -- Made SessionBase store expiry as string. 3 years ago
  Luke Plant ccafad2e42 Avoided suggestion of plain text database password in sessions topic. 3 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  arcanemachine 4a80d0f220 Removed dead link in docs/topics/http/sessions.txt. 3 years ago
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
  Mariusz Felisiak f1a808a502 Used :rfc: role in various docs. 4 years ago
  Adam Johnson 66b06822d0 Improved sessions notes in deployment checklist. 4 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  terminator14 8323691de0 Fixed typo in docs/topics/http/sessions.txt. 5 years ago
  Hasan Ramezani 9d6f981a66 Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.get_session_cookie_age(). 5 years ago
  Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag. 6 years ago
  Tim Graham afd375fc34 Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples. 7 years ago
  Claude Paroz 01f658644a Updated various links in docs to avoid redirects 7 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 years ago
  Brightcells d301c61bcb Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs. 8 years ago
  Preetham Nosum 32cf01c1c1 Fixed #18348 -- Documented SesssionStore.create() 8 years ago