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

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


The following commit has been merged in the master branch:
commit f5375761964a283c165c6629e1d4b2702c3850a3
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 10:53:17 2010 -0400

    Use the transaction middleware.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/defaults/middleware.py b/config/settings/defaults/middleware.py
index 175ab25..39b8aaa 100644
--- a/config/settings/defaults/middleware.py
+++ b/config/settings/defaults/middleware.py
@@ -4,4 +4,5 @@ MIDDLEWARE_CLASSES = (
     'django.contrib.auth.middleware.AuthenticationMiddleware',
 
     'live_studio_www.auth.middleware.RequireLoginMiddleware',
+    'django.middleware.transaction.TransactionMiddleware',
 )

-- 
live-studio



More information about the debian-live-changes mailing list