提交历史

作者 SHA1 备注 提交日期
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 年之前
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 年之前
  Mariusz Felisiak b119f4329c Refs #29708 -- Removed PickleSerializer per deprecation timeline. 2 年之前
  TAKAHASHI Shuuji 05d70fb92b Fixed typo in docs/topics/http/sessions.txt. 2 年之前
  J.V. Zammit fa9ac16c13 Fixed #33797 -- Prioritized cached database backend for cached sessions in docs. 2 年之前
  Ramil Yanbulatov c6290bae9d Fixed #33842 -- Used :source: role for links to repo files on GitHub. 2 年之前
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 3 年之前
  sarahboyce ae506181f7 Fixed #32129 -- Adjusted the docs for session expiry helpers. 2 年之前
  Theofilos Alexiou 3ba60951fc Added Redis to warning about using cached sessions in docs. 3 年之前
  tschilling 0dcd549bbe Fixed #30360 -- Added support for secret key rotation. 3 年之前
  Adam Johnson 45a42aabfa Fixed #29708 -- Deprecated PickleSerializer. 5 年之前
  Adam Johnson 436862787c Refs #29708 -- Made SessionBase store expiry as string. 3 年之前
  Luke Plant ccafad2e42 Avoided suggestion of plain text database password in sessions topic. 3 年之前
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 年之前
  arcanemachine 4a80d0f220 Removed dead link in docs/topics/http/sessions.txt. 3 年之前
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 年之前
  Mariusz Felisiak f1a808a502 Used :rfc: role in various docs. 4 年之前
  Adam Johnson 66b06822d0 Improved sessions notes in deployment checklist. 4 年之前
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 年之前
  terminator14 8323691de0 Fixed typo in docs/topics/http/sessions.txt. 5 年之前
  Hasan Ramezani 9d6f981a66 Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.get_session_cookie_age(). 5 年之前
  Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag. 6 年之前
  Tim Graham afd375fc34 Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples. 7 年之前
  Claude Paroz 01f658644a Updated various links in docs to avoid redirects 7 年之前
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 年之前
  Brightcells d301c61bcb Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs. 8 年之前
  Preetham Nosum 32cf01c1c1 Fixed #18348 -- Documented SesssionStore.create() 8 年之前
  Md. Sadaf Noor 1f82b857ce Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer. 8 年之前
  Berker Peksag 698c8dfc2a Fixed #26503 -- Removed an outdated example from session docs. 8 年之前
  Tim Graham cc0d1eaaea Refs #22634 -- Removed unneeded app_label in custom session engine example. 8 年之前