index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
signing.txt
Age
Commit message (
Expand
)
Author
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2014-11-15
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
Berker Peksag
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-16
Fixed #18745 - Documentation change explaining tuple to list with signing.
MattBlack85
2013-10-30
Documented the limitation on sep argument to Signer
Antoine Catton
2013-07-03
Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-01-29
Fixed #19683 - Added a missing import in signing example.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-08-26
Fixed documentation about use of salt parameter in signing functions.
Malcolm Tredinnick
2011-05-23
Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...
Jannis Leidel
2011-05-21
Fixed #12417 -- Added signing functionality, including signing cookies. Many ...
Jannis Leidel