summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-11-11 21:44:33 +0000
committerJannis Leidel <jannis@leidel.info>2010-11-11 21:44:33 +0000
commit70edd4e103832dc95c42643365d1d676c6d5ded6 (patch)
tree0f7a943a0fab4b35d1e06532f070b95740f2df06 /docs/howto
parent63023e6ad99da9030ceb60ffa6ff7c952660af6d (diff)
Reverted deprecation of media context processor (from r14293) to separate static files and media files a bit more.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/static-files.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index 8dca80eb84..37f1fc361d 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -154,6 +154,7 @@ editing that setting by hand it should look something like::
TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.debug',
'django.core.context_processors.i18n',
+ 'django.core.context_processors.media',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'django.contrib.staticfiles.context_processors.staticfiles',