diff options
Diffstat (limited to 'docs/api/flash.rst')
| -rw-r--r-- | docs/api/flash.rst | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/api/flash.rst b/docs/api/flash.rst deleted file mode 100644 index 94907958d..000000000 --- a/docs/api/flash.rst +++ /dev/null @@ -1,36 +0,0 @@ -.. _flash_module: - -:mod:`pyramid.flash` --------------------- - -Flash Category Constants -~~~~~~~~~~~~~~~~~~~~~~~~ - -The following attributes represent constants for use as flash messaging -category values (see :ref:`flash_chapter`). - -.. attribute:: DEBUG - - An alternate spelling for the string ``debug``. Represents development - debug messages. - -.. attribute:: INFO - - An alternate spelling for the string ``info``. Represents messages that - are informational for user consumption. - -.. attribute:: SUCCESS - - An alternate spelling for the string ``success``. Represents messages that - tell the user about a successful action. - -.. attribute:: WARNING - - An alternate spelling for the string ``warning``. Represents messages - that tell the user about a condition that is not a success, but is neither - an error. - -.. attribute:: ERROR - - An alternate spelling for the string ``success``. Represents messages - that tell the user about an unsuccessful action. |
