diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 723a01cd7f..60f2dce920 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -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 `. + via the :doc:`messages framework `. Writing your own context processors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~