summaryrefslogtreecommitdiff
path: root/tests/regressiontests/signing/tests.py
AgeCommit message (Expand)Author
2012-08-25Fixed #18852 -- Restored backwards compatibilityAymeric Augustin
2012-08-10[py3] Made signing infrastructure pass tests with Python 3Claude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-09Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...Jannis Leidel
2011-06-17Backed out [16356] due to later rejection of #16182.Andrew Godwin
2011-06-10Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric...Andrew Godwin
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel