summaryrefslogtreecommitdiff
path: root/django/contrib/messages/api.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-09Fixed #27688 -- Made messages' add_message() request check use ducktyping.Raffaele Salmaso
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-09-26Used getattr() to simplify contrib.messages.api.Curtis Maloney
2015-09-25Used ternary operator to simplify contrib.messages.api.GhostThrone
2013-11-23Fixes #21412 -- Better error message for messages.add_messageDenis Cornehl
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2010-03-21Fixed #13170: Make get_level and set_level importable from django.contrib.mes...Karen Tracey
2010-01-12Fixed #12575 - created a better interface for getting/setting the effective ...Luke Plant
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant