summaryrefslogtreecommitdiff
path: root/tests/messages_tests/test_fallback.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-05Cosmetic edits for messages_tests.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-11Moved contrib.messages tests out of contrib.Tim Graham