summaryrefslogtreecommitdiff
path: root/django/contrib/messages/storage/fallback.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-07-18Removed duplicate words in various comments.Mariusz Felisiak
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2013-11-02More attacking E302 violatorsAlex Gaynor
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant