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
/
django
/
core
/
signing.py
Age
Commit message (
Expand
)
Author
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
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
2014-11-15
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
Berker Peksag
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-16
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
MattBlack85
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-07-03
Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-10-28
Required serializer to use bytes in loads/dumps
Aymeric Augustin
2012-08-25
Fixed #18852 -- Restored backwards compatibility
Aymeric Augustin
2012-08-10
[py3] Made signing infrastructure pass tests with Python 3
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2011-06-27
Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes.
Jannis Leidel
2011-06-26
Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...
Jannis Leidel
2011-06-26
Fixed #16285 -- Removed a misleading comment from the signing code, thanks Pa...
Jannis Leidel
2011-06-17
Backed out [16356] due to later rejection of #16182.
Andrew Godwin
2011-06-10
Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric...
Andrew Godwin
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