index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
signed_cookies_tests
Age
Commit message (
Collapse
)
Author
2022-03-07
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the ↵
Luke Plant
max_age argument.
2022-03-07
Refs #33562 -- Added tests HttpRequest.get_signed_cookie() with timedeltas.
Luke Plant
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2014-12-22
Fixed #23792 -- Added test.utils.freeze_time() context manager.
Thomas Chaumeny
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-04-08
Refs #21230 -- removed direct settings manipulation from signed cookies tests
Huu Nguyen
2014-02-16
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
MattBlack85
With this pull request, request #878 should considered closed. Thanks to nvie for the patch.
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
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.
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner