Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/messages/api.py
Commit message (Expand)AuthorAgeFilesLines
* Used getattr() to simplify contrib.messages.api.Curtis Maloney2015-09-271-2/+2
* Used ternary operator to simplify contrib.messages.api.GhostThrone2015-09-251-8/+2
* Fixes #21412 -- Better error message for messages.add_mes...Denis Cornehl2013-11-231-0/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #15757 - removed remaining instances of get_and_del...Luke Plant2011-04-081-15/+6
* Advanced deprecation of user-based messages and the Legac...Russell Keith-Magee2011-04-021-2/+0
* Fixed #13170: Make get_level and set_level importable fro...Karen Tracey2010-03-211-0/+1
* Fixed #12575 - created a better interface for getting/se...Luke Plant2010-01-121-0/+29
* Fixed #4604 - Configurable message passing system, suppor...Luke Plant2009-12-091-0/+84