Ticket #16904: messages.txt.diff

File messages.txt.diff, 576 bytes (added by murphyke, 13 years ago)
  • docs/ref/contrib/messages.txt

     
    183183``RequestContext``. Otherwise, ensure ``messages`` is available to
    184184the template context.
    185185
     186Even if you know there is only just one message, you should still iterate over
     187the ``messages`` sequence, because otherwise the message storage will not be cleared
     188for the next request.
     189
    186190Creating custom message levels
    187191------------------------------
    188192
Back to Top