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