diff options
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index fa88a9492d..abe4a443e5 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1500,7 +1500,7 @@ These callables take a request object as their argument and return a dictionary of items to be merged into the context. .. versionchanged:: 1.2 - ``"django.contrib.messages.context_processors.messages"`` was added to the + ``django.contrib.messages.context_processors.messages`` was added to the default. For more information, see the :doc:`messages documentation </ref/contrib/messages>`. @@ -1509,6 +1509,12 @@ of items to be merged into the context. ``django.core.context_processors.auth`` to ``django.contrib.auth.context_processors.auth``. +.. versionchanged:: 1.3 + ``django.core.context_processors.media`` was replaced by + :func:`django.contrib.staticfiles.context_processors.staticfiles` in the + default. For more information, see the :doc:`staticfiles documentation + </ref/contrib/staticfiles>`. + .. setting:: TEMPLATE_DEBUG TEMPLATE_DEBUG |
