| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-03 | Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK ↵ | Jacob Walls | |
| transitional setting to False. | |||
| 2026-06-03 | Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions. | Paul McMillan | |
| Made signed cookies derive their signer namespace from an injective encoding of `(name, salt)` while preserving compatibility with legacy `name + salt` cookies behind SIGNED_COOKIE_LEGACY_SALT_FALLBACK. Thanks Peng Zhou for the report, and Shai Berger, Markus Holterman, Jake Howard, and Paul McMillan for reviews. Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2022-03-07 | Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the ↵ | Luke Plant | |
| max_age argument. | |||
| 2022-03-07 | Refs #33562 -- Added tests HttpRequest.get_signed_cookie() with timedeltas. | Luke Plant | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-06-16 | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| 2016-01-29 | Refs #26022 -- Used context manager version of assertRaises in tests. | Hasan | |
| 2015-05-20 | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | |
| 2014-12-22 | Fixed #23792 -- Added test.utils.freeze_time() context manager. | Thomas Chaumeny | |
| 2014-11-03 | Fixed typos using https://github.com/vlajos/misspell_fixer | Veres Lajos | |
| 2014-04-08 | Refs #21230 -- removed direct settings manipulation from signed cookies tests | Huu Nguyen | |
| 2014-02-16 | Fixed #19980: Signer broken for binary keys (with non-ASCII chars). | MattBlack85 | |
| With this pull request, request #878 should considered closed. Thanks to nvie for the patch. | |||
| 2013-12-17 | Removed superfluous models.py files. | Aymeric Augustin | |
| Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. | |||
| 2013-11-03 | Fixed all E251 violations | Alex Gaynor | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
