summaryrefslogtreecommitdiff
path: root/docs/topics/signing.txt
AgeCommit message (Expand)Author
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2024-09-25Updated sign() outputs in Cryptographic signing docs.Mariusz Felisiak
2023-09-18Refs #33199 -- Removed support for passing positional arguments to Signer/Tim...Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-09Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...SirAbhi13
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2021-01-06Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-07-31Refs #27468 -- Added tests and release notes for signing.dumps()/loads() chan...Mariusz Felisiak
2020-07-31Corrected signing.dumps()/loads() signatures in docs.Mariusz Felisiak
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2020-04-15Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz
2020-01-30Added tests for signing non-string values and updated docs.Claude Paroz
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2014-11-15Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-02-16Fixed #18745 - Documentation change explaining tuple to list with signing.MattBlack85
2013-10-30Documented the limitation on sep argument to SignerAntoine Catton
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-01-29Fixed #19683 - Added a missing import in signing example.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-08-26Fixed documentation about use of salt parameter in signing functions.Malcolm Tredinnick
2011-05-23Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel