提交历史

作者 SHA1 备注 提交日期
  Adam Johnson 45a42aabfa Fixed #29708 -- Deprecated PickleSerializer. 5 年之前
  Adam Johnson 436862787c Refs #29708 -- Made SessionBase store expiry as string. 3 年之前
  Mariusz Felisiak 8250145a0c Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sessions. 4 年之前
  François Freitag b11ec9a69e Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is not implemented. 4 年之前
  Tom Carrick bcc2befd0e Fixed #31789 -- Added a new headers interface to HttpResponse. 4 年之前
  Hasan Ramezani 2808cdc8fb Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. 4 年之前
  Mariusz Felisiak 4376c2c7f8 Fixed #31895 -- Fixed crash when decoding invalid session data. 4 年之前
  Mariusz Felisiak 99abfe8f4d Fixed #31864 -- Fixed encoding session data during transition to Django 3.1. 4 年之前
  Mariusz Felisiak 240cbb63bf Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie(). 4 年之前
  Claude Paroz d4fff711d4 Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode(). 5 年之前
  Claude Paroz 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. 5 年之前
  Jon Dufresne 77aa74cb70 Refs #29983 -- Added support for using pathlib.Path in all settings. 5 年之前
  Hasan Ramezani 9d6f981a66 Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.get_session_cookie_age(). 5 年之前
  birthdaysgift dc740dde50 Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses. 6 年之前
  Jon Dufresne 7785e03ba8 Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 6 年之前
  Simon Charette 0f212db29d Made reused RequestFactory instances class attributes. 6 年之前
  Jon Dufresne bdae19cf63 Refs #27795 -- Removed force_bytes() usage in sessions. 6 年之前
  Claude Paroz 607970f31c Replaced django.test.utils.patch_logger() with assertLogs(). 7 年之前
  Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag. 7 年之前
  Mariusz Felisiak 362813d628 Fixed hanging indentation in various code. 7 年之前
  Alexey 0afffae4ec Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231. 7 年之前
  Tim Graham cfff2af02b Fixed #27857 -- Dropped support for Python 3.4. 8 年之前
  Tim Graham cde31daf88 Sorted imports per isort 4.2.9. 7 年之前
  Tim Graham 67702f3505 Converted sessions_tests to use assertIs() rather than assertTrue/False(). 8 年之前
  Tim Graham 578e576c31 Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is None. 8 年之前
  Mariusz Felisiak 81f8449402 Refs #28066 -- Fixed nondeterministic ordering test failure in sessions_tests. 8 年之前
  InvalidInterrupt dda596ca32 Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data. 8 年之前
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 年之前
  Claude Paroz 2366100872 Removed unneeded force_text calls in the test suite 8 年之前
  Srinivas Reddy Thatiparthy eb0b921c29 Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems(). 8 年之前