django1/django/contrib/messages
Denis Cornehl 1e97058417 Fixes #21412 -- Better error message for messages.add_message
Problem were users calling messages.debug/info/* with a wrong argument
and getting the error "You cannot add messages without installing
MessageMiddleware"

Thanks to trac-user merb for the report.
2013-11-23 17:11:22 +01:00
..
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
storage Fixed #21421 -- Added level_tag attribute on messages. 2013-11-11 17:58:02 +01:00
tests Fixes #21412 -- Better error message for messages.add_message 2013-11-23 17:11:22 +01:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
api.py Fixes #21412 -- Better error message for messages.add_message 2013-11-23 17:11:22 +01:00
constants.py Fixed #20610: Added a message level dict to contrib.message context processor. 2013-10-30 13:54:07 +01:00
context_processors.py Fixed #20610: Added a message level dict to contrib.message context processor. 2013-10-30 13:54:07 +01:00
middleware.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
models.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
utils.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
views.py Remove unnecessary and problematic parent class from SuccessMessageMixin 2013-05-17 08:59:06 -07:00