SirAbhi13
|
b8738aea14
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSigner.
|
2 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
tschilling
|
0dcd549bbe
Fixed #30360 -- Added support for secret key rotation.
|
3 年之前 |
Hasan Ramezani
|
028f10fac6
Fixed #32712 -- Deprecated django.utils.baseconv module.
|
3 年之前 |
Mariusz Felisiak
|
0aa6a602b2
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
|
4 年之前 |
Mariusz Felisiak
|
d32a232fe9
Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer and signing.dumps()/loads().
|
4 年之前 |
Florian Apolloner
|
102d92fc09
Refs #32191 -- Added Signer.sign_object()/unsign_object().
|
4 年之前 |
Mariusz Felisiak
|
d907371ef9
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
|
4 年之前 |
Mariusz Felisiak
|
7c929fcf7c
Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature.
|
4 年之前 |
Mariusz Felisiak
|
1d6fdca557
Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.
|
4 年之前 |
Claude Paroz
|
71c4fb7beb
Refs #27468 -- Changed default Signer algorithm to SHA-256.
|
5 年之前 |
Claude Paroz
|
8c0c0235b6
Added tests for signing non-string values and updated docs.
|
5 年之前 |
Tim Graham
|
500532c95d
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
8 年之前 |
Claude Paroz
|
3a148f958d
Refs #27795 -- Removed force_text from the template layer
|
8 年之前 |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 年之前 |
Claude Paroz
|
dc8834cad4
Refs #23919 -- Removed unneeded force_str calls
|
8 年之前 |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 年之前 |
George Marshall
|
75614f6d4c
Fixed #26331 -- Fixed test function names with typos
|
9 年之前 |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 年之前 |
Tim Graham
|
e6cfa08f2d
Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception.
|
9 年之前 |
David Wolever
|
0d71349773
Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer
|
10 年之前 |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 年之前 |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 年之前 |
Thomas Chaumeny
|
994d6137a2
Fixed #23792 -- Added test.utils.freeze_time() context manager.
|
10 年之前 |
Berker Peksag
|
d2d6c0c097
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
|
10 年之前 |
Claude Paroz
|
7b4743580a
Replaced deprecated assertEquals
|
11 年之前 |
MattBlack85
|
a8ba76c2d3
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
|
11 年之前 |
Jason Myers
|
c3791463a5
Fixing E302 Errors
|
11 年之前 |