index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
signing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #32191 -- Added Signer.sign_object()/unsign_object().
Florian Apolloner
2021-01-06
1
-26
/
+40
*
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-04
1
-2
/
+4
*
Refs #27468 -- Changed default Signer algorithm to SHA-256.
Claude Paroz
2020-04-15
1
-7
/
+20
*
Refs #23919 -- Removed obsolete comment in signing.py
Claude Paroz
2020-01-08
1
-1
/
+0
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-2
/
+2
*
Fixed signing.dumps() example for Python 3.
minusf
2018-11-09
1
-1
/
+1
*
Refs #27795 -- Replaced force_bytes() usage in django.core.signing.
Asif Saifuddin Auvi
2018-02-07
1
-2
/
+2
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-3
/
+2
*
Clarified HMAC usage in signing.dumps() docstring.
Blake Griffith
2017-02-28
1
-1
/
+1
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-11
/
+7
*
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
1
-7
/
+7
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-2
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-2
/
+2
*
Removed u'' prefx in django/core/signing.py comment.
Srinivas Reddy Thatiparthy
2017-01-20
1
-1
/
+1
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-11
/
+6
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-2
/
+2
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-2
/
+1
*
Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception.
Tim Graham
2015-09-23
1
-4
/
+4
*
Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer
David Wolever
2015-07-07
1
-1
/
+9
*
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
Berker Peksag
2014-11-15
1
-0
/
+3
*
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
1
-1
/
+1
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-1
/
+1
*
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
MattBlack85
2014-02-16
1
-4
/
+5
*
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
1
-2
/
+2
*
Fixed assorted flake8 errors.
Tim Graham
2013-10-11
1
-1
/
+1
*
Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-07-03
1
-0
/
+4
*
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
1
-14
/
+2
*
Required serializer to use bytes in loads/dumps
Aymeric Augustin
2012-10-28
1
-6
/
+10
*
Fixed #18852 -- Restored backwards compatibility
Aymeric Augustin
2012-08-25
1
-19
/
+29
*
[py3] Made signing infrastructure pass tests with Python 3
Claude Paroz
2012-08-10
1
-10
/
+9
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-6
/
+6
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-2
/
+2
*
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-29
1
-4
/
+5
*
Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes.
Jannis Leidel
2011-06-27
1
-1
/
+1
*
Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...
Jannis Leidel
2011-06-26
1
-21
/
+34
*
Fixed #16285 -- Removed a misleading comment from the signing code, thanks Pa...
Jannis Leidel
2011-06-26
1
-2
/
+4
*
Backed out [16356] due to later rejection of #16182.
Andrew Godwin
2011-06-17
1
-7
/
+3
*
Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric...
Andrew Godwin
2011-06-10
1
-3
/
+7
*
Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...
Jannis Leidel
2011-05-23
1
-1
/
+1
*
Fixed #12417 -- Added signing functionality, including signing cookies. Many ...
Jannis Leidel
2011-05-21
1
-0
/
+178