mirror of
https://github.com/django/django.git
synced 2025-11-09 15:45:57 +00:00
Fixed #16904 -- Additional clarification regarding contrib.messages iteration. Thanks murphyke for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e6088dce98
commit
cfadc36be5
1 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,10 @@ If you're using the context processor, your template should be rendered with a
|
||||||
``RequestContext``. Otherwise, ensure ``messages`` is available to
|
``RequestContext``. Otherwise, ensure ``messages`` is available to
|
||||||
the template context.
|
the template context.
|
||||||
|
|
||||||
|
Even if you know there is only just one message, you should still iterate over
|
||||||
|
the ``messages`` sequence, because otherwise the message storage will not be cleared
|
||||||
|
for the next request.
|
||||||
|
|
||||||
Creating custom message levels
|
Creating custom message levels
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue