[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:33 UTC 2010


The following commit has been merged in the master branch:
commit a07de665698505a898f2d1ac3cb00e1919f25dfa
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 28 17:31:14 2010 -0400

    Add the request object to the template context.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/defaults/templates.py b/config/settings/defaults/templates.py
index ab84cad..f2bb7a9 100644
--- a/config/settings/defaults/templates.py
+++ b/config/settings/defaults/templates.py
@@ -4,4 +4,5 @@ TEMPLATE_CONTEXT_PROCESSORS = (
     'django.core.context_processors.i18n',
     'django.core.context_processors.media',
     'django.contrib.messages.context_processors.messages',
+    'django.core.context_processors.request',
 )

-- 
live-studio



More information about the debian-live-changes mailing list