summaryrefslogtreecommitdiff
path: root/django/contrib/messages/__init__.py
AgeCommit message (Expand)Author
2023-08-25Refs #34730 -- Made Message importable from django.contrib.messages.François Freitag
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2011-10-18Remove all relative imports. We have always been at war with relative imports.Alex Gaynor
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant