summaryrefslogtreecommitdiff
path: root/tests/signed_cookies_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the ↵Luke Plant2022-03-071-0/+7
| | | | max_age argument.
* Refs #33562 -- Added tests HttpRequest.get_signed_cookie() with timedeltas.Luke Plant2022-03-071-0/+7
|
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-29/+28
|
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
|
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
|
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-6/+6
|
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Fixed #23792 -- Added test.utils.freeze_time() context manager.Thomas Chaumeny2014-12-221-8/+3
|
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-1/+1
|
* Refs #21230 -- removed direct settings manipulation from signed cookies testsHuu Nguyen2014-04-081-9/+2
|
* Fixed #19980: Signer broken for binary keys (with non-ASCII chars).MattBlack852014-02-161-0/+16
| | | | | | With this pull request, request #878 should considered closed. Thanks to nvie for the patch.
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+65