summaryrefslogtreecommitdiff
path: root/django/contrib/messages/storage/session.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-16Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in Sessi...Daniyal
2020-11-20Simplified MessageEncoder instantiation with default separators.Florian Apolloner
2019-10-23Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.Sergey Fedoseev
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
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant