Documented new signal message_flashed

This commit is contained in:
Armin Ronacher 2013-03-21 21:04:06 +00:00
parent 5997890c69
commit 0faed95385
3 changed files with 27 additions and 0 deletions

View file

@ -524,6 +524,14 @@ Signals
An `exc` keyword argument is passed with the exception that caused the
teardown.
.. data:: message_flashed
This signal is sent when the application is flashing a message. The
messages is sent as `message` keyword argument and the category as
`category`.
.. versionadded:: 0.10
.. currentmodule:: None
.. class:: flask.signals.Namespace