Casey Duncan
2011-01-06 2eefe0dd57f578cc11edbf8c98bf58ab86d6025c
clarify behavior of allow_duplicate
1 files modified
2 ■■■ changed files
docs/narr/sessions.rst 2 ●●● patch | view | raw | blame | history
docs/narr/sessions.rst
@@ -214,7 +214,7 @@
   request.session.flash(msg, 'myappsqueue')
The ``allow_duplicate`` argument defaults to ``True``.  If this is
``False``, if you attempt to add a message to a queue which is already
``False``, and you attempt to add a message value which is already
present in the queue, it will not be added.
Using the ``session.pop_flash`` Method