mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Moved context_processors from django.core to django.template.
This commit is contained in:
parent
c599f233b1
commit
92e8f1f302
20 changed files with 152 additions and 134 deletions
|
@ -381,7 +381,7 @@ There are a few other helpers outside of the
|
|||
:mod:`staticfiles <django.contrib.staticfiles>` app to work with static
|
||||
files:
|
||||
|
||||
- The :func:`django.core.context_processors.static` context processor
|
||||
- The :func:`django.template.context_processors.static` context processor
|
||||
which adds :setting:`STATIC_URL` to every template context rendered
|
||||
with :class:`~django.template.RequestContext` contexts.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue