From patchwork Tue Jul 19 14:59:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2760 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 DE3D823F41 for ; Tue, 19 Jul 2011 14:59:15 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 9D127A1802B for ; Tue, 19 Jul 2011 14:59:15 +0000 (UTC) Received: by qyk10 with SMTP id 10so2604544qyk.11 for ; Tue, 19 Jul 2011 07:59:15 -0700 (PDT) Received: by 10.224.96.6 with SMTP id f6mr213496qan.12.1311087555003; Tue, 19 Jul 2011 07:59:15 -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 hl14cs86559qcb; Tue, 19 Jul 2011 07:59:14 -0700 (PDT) Received: by 10.227.199.207 with SMTP id et15mr6689407wbb.56.1311087553517; Tue, 19 Jul 2011 07:59:13 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fm12si10069513wbb.50.2011.07.19.07.59.13; Tue, 19 Jul 2011 07:59:13 -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 1QjBlQ-0001fy-UF for ; Tue, 19 Jul 2011 14:59:12 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id E223D2E8030 for ; Tue, 19 Jul 2011 14:59:12 +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: 209 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 209: Drop the requirements to use django < 1.3, we can work with 1.3 really Message-Id: <20110719145912.30492.29597.launchpad@loganberry.canonical.com> Date: Tue, 19 Jul 2011 14:59:12 -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: 114d8cd76562d2e735d3a10457747819f0b8ac04 ------------------------------------------------------------ revno: 209 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2011-07-19 16:52:05 +0200 message: Drop the requirements to use django < 1.3, we can work with 1.3 really 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-13 10:25:14 +0000 +++ setup.py 2011-07-19 14:52:05 +0000 @@ -52,7 +52,7 @@ ], install_requires=[ "django-staticfiles == 0.3.4", - 'django < 1.3', + 'django >= 1.2.5', '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