From patchwork Wed Jul 20 20:36:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2890 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 1233F2405D for ; Wed, 20 Jul 2011 20:36:30 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id D6772A187CB for ; Wed, 20 Jul 2011 20:36:29 +0000 (UTC) Received: by qwb8 with SMTP id 8so453696qwb.11 for ; Wed, 20 Jul 2011 13:36:29 -0700 (PDT) Received: by 10.229.25.212 with SMTP id a20mr7547260qcc.148.1311194189315; Wed, 20 Jul 2011 13:36:29 -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 hl14cs123560qcb; Wed, 20 Jul 2011 13:36:28 -0700 (PDT) Received: by 10.227.177.72 with SMTP id bh8mr8074348wbb.67.1311194187809; Wed, 20 Jul 2011 13:36:27 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id p6si1202834wbh.74.2011.07.20.13.36.27; Wed, 20 Jul 2011 13:36:27 -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 1QjdVL-00079q-5s for ; Wed, 20 Jul 2011 20:36:27 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 250E12EA003 for ; Wed, 20 Jul 2011 20:36:27 +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: 215 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 215: Do not require django 1.3 Message-Id: <20110720203627.32572.79055.launchpad@loganberry.canonical.com> Date: Wed, 20 Jul 2011 20:36:27 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13468"; Instance="initZopeless config overlay" X-Launchpad-Hash: ce2f76033184cff49ed71c8fcb2f232960639b3a ------------------------------------------------------------ revno: 215 committer: Zygmunt Krynicki branch nick: trunk timestamp: Wed 2011-07-20 22:34:22 +0200 message: Do not require 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 21:37:16 +0000 +++ setup.py 2011-07-20 20:34:22 +0000 @@ -52,7 +52,7 @@ ], install_requires=[ "django-staticfiles == 0.3.4", - 'django >= 1.3', + 'django >= 1.2', '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