summaryrefslogtreecommitdiff
path: root/tests/sessions_tests/models.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
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