summaryrefslogtreecommitdiff
path: root/tests/signed_cookies_tests
AgeCommit message (Expand)Author
2022-03-07Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant
2022-03-07Refs #33562 -- Added tests HttpRequest.get_signed_cookie() with timedeltas.Luke Plant
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2014-12-22Fixed #23792 -- Added test.utils.freeze_time() context manager.Thomas Chaumeny
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-04-08Refs #21230 -- removed direct settings manipulation from signed cookies testsHuu Nguyen
2014-02-16Fixed #19980: Signer broken for binary keys (with non-ASCII chars).MattBlack85
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner