summaryrefslogtreecommitdiff
path: root/docs/topics/signing.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-19/+21
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-10/+30
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-12/+0
* Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...SirAbhi132022-12-091-3/+11
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-5/+23
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-16/+0
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-2/+2
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-8/+0
* Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner2021-01-061-6/+61
* Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak2020-08-041-2/+2
* Refs #27468 -- Added tests and release notes for signing.dumps()/loads() chan...Mariusz Felisiak2020-07-311-2/+2
* Corrected signing.dumps()/loads() signatures in docs.Mariusz Felisiak2020-07-311-2/+2
* Used :rfc: role in various docs.Mariusz Felisiak2020-04-151-4/+4
* Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz2020-04-151-3/+12
* Added tests for signing non-string values and updated docs.Claude Paroz2020-01-301-0/+9
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-4/+4
* Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne2015-12-011-1/+1
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-4/+0
* Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag2014-11-151-1/+9
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-4/+4
* Fixed #18745 - Documentation change explaining tuple to list with signing.MattBlack852014-02-161-1/+10
* Documented the limitation on sep argument to SignerAntoine Catton2013-10-301-2/+4
* Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich2013-07-031-6/+20
* Fixed #19683 - Added a missing import in signing example.Tim Graham2013-01-291-0/+1
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Replaced print statement by print function (forward compatibility syntax).Claude Paroz2012-04-301-1/+1
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-6/+6
* Fixed documentation about use of salt parameter in signing functions.Malcolm Tredinnick2011-08-261-5/+12
* Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel2011-05-231-6/+14
* Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel2011-05-211-0/+135