index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
signing
Age
Commit message (
Expand
)
Author
2023-09-18
Refs #33199 -- Removed support for passing positional arguments to Signer/Tim...
Mariusz Felisiak
2022-12-09
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...
SirAbhi13
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2021-05-07
Fixed #32712 -- Deprecated django.utils.baseconv module.
Hasan Ramezani
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...
Mariusz Felisiak
2021-01-06
Refs #32191 -- Added Signer.sign_object()/unsign_object().
Florian Apolloner
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature.
Mariusz Felisiak
2020-07-31
Refs #27468 -- Added tests and release notes for signing.dumps()/loads() chan...
Mariusz Felisiak
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
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
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
2015-07-07
Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer
David Wolever
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
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
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