| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-04 | [3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. | Mariusz Felisiak | |
| It's a transitional setting helpful in migrating multiple instance of the same project to Django 3.1+. Thanks Markus Holtermann for the report and review, Florian Apolloner for the implementation idea and review, and Carlton Gibson for the review. Backport of d907371ef99a1e4ca6bc1660f57d81f265750984 from master. | |||
| 2020-08-01 | [3.1.x] Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature. | Mariusz Felisiak | |
| Added in 1d6fdca557e674b9a789b51caadca8985e588492. Backport of 7c929fcf7c8913d0bd78a8400eafe866ceed9aa6 from master | |||
| 2020-07-31 | [3.1.x] Refs #27468 -- Added tests and release notes for ↵ | Mariusz Felisiak | |
| signing.dumps()/loads() changes. Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440. Backport of 1d6fdca557e674b9a789b51caadca8985e588492 from master | |||
| 2020-04-15 | Refs #27468 -- Changed default Signer algorithm to SHA-256. | Claude Paroz | |
| 2020-01-30 | Added tests for signing non-string values and updated docs. | Claude Paroz | |
| 2017-02-09 | Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). | Tim Graham | |
| 2017-02-07 | Refs #27795 -- Removed force_text from the template layer | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-26 | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | Vytis Banaitis | |
| 2017-01-20 | Refs #23919 -- Removed unneeded force_str calls | Claude Paroz | |
| 2017-01-18 | Refs #23919 -- Removed six.PY2/PY3 usage | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-04-08 | Fixed E128 flake8 warnings in tests/. | Tim Graham | |
| 2016-03-07 | Fixed #26331 -- Fixed test function names with typos | George Marshall | |
| 2016-01-29 | Refs #26022 -- Used context manager version of assertRaises in tests. | Hasan | |
| 2015-09-23 | Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-07-07 | Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer | David Wolever | |
| Thanks Jaap Roes for completing the patch. | |||
| 2015-05-20 | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-12-22 | Fixed #23792 -- Added test.utils.freeze_time() context manager. | Thomas Chaumeny | |
| 2014-11-15 | Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). | Berker Peksag | |
| 2014-02-28 | Replaced deprecated assertEquals | Claude Paroz | |
| 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-11-02 | Fixing E302 Errors | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21287 -- Fixed E123 pep8 warnings | Alasdair Nicol | |
| 2013-09-02 | Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
