From patchwork Fri May 4 04:39:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 8383 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 43C2923E1D for ; Fri, 4 May 2012 04:39:16 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 13D4AA18520 for ; Fri, 4 May 2012 04:39:15 +0000 (UTC) Received: by yhpp61 with SMTP id p61so3112580yhp.11 for ; Thu, 03 May 2012 21:39:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=2D9lX1fQdiEYsOZugeZQQjJ+ObDDarEbdCebhEFmBkE=; b=kq+82FnnYCXMFXNcslIBn0DpcKYXvXgWFwlzQlQ4Xeytwfv0mU3XAKC1l7l4NytUpb bRVZbOI06G5KHXifCtY8/ddAc1fHtaiFsDxmWzdlUJP1Uik1r8I5bUTuGc4tZEdOfUFH XIr6cbbcrwdERVJBCeBS2+jdN00j++WALNedFwS3Yp7VssALKTfXDCfm6Z0ltgrM9Gv1 zAY8E0mv3PLGb1K7HkT3wR9hvQyjOEuxeL/c3nVTV50pZxU0QZSXIyphLgAP8nLdwotR RANb8GCS6HyaD05Cf7RVcGJYO5BSM4aG3Cfj7C5hvaisiz0JpS5kSe5a0zWLD199OWk8 3TcQ== Received: by 10.42.122.76 with SMTP id m12mr1836303icr.38.1336106352310; Thu, 03 May 2012 21:39:12 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.137.198 with SMTP id x6csp66136ibt; Thu, 3 May 2012 21:39:11 -0700 (PDT) Received: by 10.181.12.82 with SMTP id eo18mr9320248wid.2.1336106350801; Thu, 03 May 2012 21:39:10 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id l34si8373583weq.145.2012.05.03.21.39.10 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 May 2012 21:39:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SQAIQ-0004Wg-9O for ; Fri, 04 May 2012 04:39:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 3EBF6E40E4 for ; Fri, 4 May 2012 04:39:10 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 364 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 364: small fixes to work with django 1.4 Message-Id: <20120504043910.22625.85523.launchpad@ackee.canonical.com> Date: Fri, 04 May 2012 04:39:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15195"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: bb11f06b444f49eef823e16aa9b11e39f0382494 X-Gm-Message-State: ALoCoQkxRaG79KgrapveR0neKLMLVAoln5w9Q5o4fK3T0K3G4hSmFrqF/yn1t/Al+wsBEyTs0tOI ------------------------------------------------------------ revno: 364 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Fri 2012-05-04 16:37:19 +1200 message: small fixes to work with django 1.4 modified: lava_markitup/views.py lava_server/settings/common.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_markitup/views.py' --- lava_markitup/views.py 2011-10-11 09:48:46 +0000 +++ lava_markitup/views.py 2012-05-04 04:37:19 +0000 @@ -1,4 +1,4 @@ -from django.contrib.csrf.middleware import csrf_exempt +from django.views.decorators.csrf import csrf_exempt from django.http import HttpResponse from django.template import RequestContext, loader from markdown import markdown === modified file 'lava_server/settings/common.py' --- lava_server/settings/common.py 2012-04-20 16:27:19 +0000 +++ lava_server/settings/common.py 2012-05-04 04:37:19 +0000 @@ -118,7 +118,7 @@ ] TEMPLATE_CONTEXT_PROCESSORS = [ - 'django.core.context_processors.auth', + "django.contrib.auth.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media",