From patchwork Tue Jul 19 21:40:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2771 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 2AE5C2405F for ; Tue, 19 Jul 2011 21:41:01 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id EE742A185D0 for ; Tue, 19 Jul 2011 21:41:00 +0000 (UTC) Received: by qyk30 with SMTP id 30so3277730qyk.11 for ; Tue, 19 Jul 2011 14:41:00 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr6848608qci.114.1311111660481; Tue, 19 Jul 2011 14:41:00 -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.229.217.78 with SMTP id hl14cs96245qcb; Tue, 19 Jul 2011 14:41:00 -0700 (PDT) Received: by 10.227.28.206 with SMTP id n14mr6357436wbc.52.1311111659218; Tue, 19 Jul 2011 14:40:59 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id gg20si861266wbb.136.2011.07.19.14.40.58; Tue, 19 Jul 2011 14:40:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjI2E-0000J9-MJ for ; Tue, 19 Jul 2011 21:40:58 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A55912E800E for ; Tue, 19 Jul 2011 21:40:58 +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: 212 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 212: Allow django 1.3 Message-Id: <20110719214058.22172.96814.launchpad@loganberry.canonical.com> Date: Tue, 19 Jul 2011 21:40:58 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13405"; Instance="initZopeless config overlay" X-Launchpad-Hash: 956053ff6378629db2693f6727b0d065713fa8c2 ------------------------------------------------------------ revno: 212 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2011-07-19 23:37:16 +0200 message: Allow django 1.3 modified: setup.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 'setup.py' --- setup.py 2011-07-19 14:52:05 +0000 +++ setup.py 2011-07-19 21:37:16 +0000 @@ -52,7 +52,7 @@ ], install_requires=[ "django-staticfiles == 0.3.4", - 'django >= 1.2.5', + 'django >= 1.3', 'django-openid-auth >= 0.2', 'linaro-django-xmlrpc >= 0.4', 'python-openid >= 2.2.4', # this should be a part of django-openid-auth deps