Documented new signal message_flashed
This commit is contained in:
parent
5997890c69
commit
0faed95385
3 changed files with 27 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue