mirror of
https://github.com/django/django.git
synced 2025-08-08 12:58:37 +00:00
[1.6.x] Updated the messages context processor docs
This commit is contained in:
parent
f939e25b59
commit
dd9cedf16a
1 changed files with 1 additions and 2 deletions
|
@ -521,8 +521,7 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every
|
|||
``RequestContext`` will contain a single additional variable:
|
||||
|
||||
* ``messages`` -- A list of messages (as strings) that have been set
|
||||
via the user model (using ``user.message_set.create``) or through
|
||||
the :doc:`messages framework </ref/contrib/messages>`.
|
||||
via the :doc:`messages framework </ref/contrib/messages>`.
|
||||
|
||||
Writing your own context processors
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue