summaryrefslogtreecommitdiff
path: root/tests/sessions_tests/models.py
AgeCommit message (Collapse)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
https://github.com/psf/black/releases/tag/24.1.0
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with ↵Hasan Ramezani
SessionStore.get_session_cookie_age().
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-02-04Stopped registering the sessions tests models to the sessions app.Simon Charette