summaryrefslogtreecommitdiff
path: root/django/contrib/messages/storage/base.py
AgeCommit message (Expand)Author
2023-10-24Fixed #34923 -- Avoided initializing LEVEL_TAGS when importing django.contrib...Mariusz Felisiak
2023-08-24Refs #24121 -- Added __repr__() to Message.François Freitag
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-06-07Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.saeedblanchette
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2017-05-10Refs #27795 -- Replaced force_text() with str() in contrib.messagesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-11Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant