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
2026-06-10
Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.
zhengkangyang
2026-06-03
Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...
Jacob Walls
2026-06-03
Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions.
Paul McMillan
2026-05-04
Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...
Denny Biasiolli
2025-08-27
Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...
Sarah Boyce
2025-08-25
Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...
SaJH
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2023-09-18
Refs #33199 -- Removed support for passing positional arguments to Signer/Tim...
Mariusz Felisiak
2022-12-09
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...
SirAbhi13
2022-02-17
Refs #27468 -- Updated django.core.signing docstring.
Matthias Kestenholz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2021-05-07
Fixed #32712 -- Deprecated django.utils.baseconv module.
Hasan Ramezani
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...
Mariusz Felisiak
2021-01-06
Refs #32191 -- Added Signer.sign_object()/unsign_object().
Florian Apolloner
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-04-15
Refs #27468 -- Changed default Signer algorithm to SHA-256.
Claude Paroz
2020-01-08
Refs #23919 -- Removed obsolete comment in signing.py
Claude Paroz
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2018-11-09
Fixed signing.dumps() example for Python 3.
minusf
2018-02-07
Refs #27795 -- Replaced force_bytes() usage in django.core.signing.
Asif Saifuddin Auvi
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-02-28
Clarified HMAC usage in signing.dumps() docstring.
Blake Griffith
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Removed u'' prefx in django/core/signing.py comment.
Srinivas Reddy Thatiparthy
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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
[next]