Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/signing.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #22804 -- Made an unsafe value of 'sep' in Signer an...Tim Graham2015-09-241-4/+4
* Fixed #22804 -- Added warning for unsafe value of 'sep' i...David Wolever2015-07-071-1/+9
* Fixed #21363 -- Added datetime.timedelta support to Times...Berker Peksag2014-11-151-0/+3
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #19980: Signer broken for binary keys (with non-ASC...MattBlack852014-02-161-4/+5
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed #20687 -- Added documentation for django.core.signi...Tomáš Ehrlich2013-07-031-0/+4
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-14/+2
* Required serializer to use bytes in loads/dumpsAymeric Augustin2012-10-281-6/+10
* Fixed #18852 -- Restored backwards compatibilityAymeric Augustin2012-08-251-19/+29
* [py3] Made signing infrastructure pass tests with Python 3Claude Paroz2012-08-101-10/+9
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-6/+6
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-4/+5
* Fixed #16354 -- Fixed typo in signing docstring. Thanks, ...Jannis Leidel2011-06-271-1/+1
* Fixed #16199 -- Added a Cookie based session backend. Man...Jannis Leidel2011-06-261-21/+34
* Fixed #16285 -- Removed a misleading comment from the sig...Jannis Leidel2011-06-261-2/+4
* Backed out [16356] due to later rejection of #16182.Andrew Godwin2011-06-171-7/+3
* Fixed #16182: Increase timestamp precision on TimestampSi...Andrew Godwin2011-06-101-3/+7
* Fixed #16078 -- Fixed a few typos in the signing document...Jannis Leidel2011-05-231-1/+1
* Fixed #12417 -- Added signing functionality, including si...Jannis Leidel2011-05-211-0/+178