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