From patchwork Mon Sep 26 14:02: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: 4331 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 77D2B23FB8 for ; Mon, 26 Sep 2011 14:02:54 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 64BE0A18AA6 for ; Mon, 26 Sep 2011 14:02:54 +0000 (UTC) Received: by fxe23 with SMTP id 23so8359110fxe.11 for ; Mon, 26 Sep 2011 07:02:54 -0700 (PDT) Received: by 10.223.55.136 with SMTP id u8mr7749735fag.46.1317045768411; Mon, 26 Sep 2011 07:02:48 -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.152.3.234 with SMTP id f10cs38654laf; Mon, 26 Sep 2011 07:02:47 -0700 (PDT) Received: by 10.216.30.142 with SMTP id k14mr7432011wea.44.1317045733178; Mon, 26 Sep 2011 07:02:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id w73si17777672weq.77.2011.09.26.07.02.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Sep 2011 07:02:13 -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 1R8Bl6-00088Y-M3 for ; Mon, 26 Sep 2011 14:02:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 9DAC1E2086 for ; Mon, 26 Sep 2011 14:02: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: 239 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 239: Fix the help text in Project.name Message-Id: <20110926140212.32764.98902.launchpad@ackee.canonical.com> Date: Mon, 26 Sep 2011 14:02: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="14028"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 9bbcfe7aa91ceeea1a579a46715de3aa8c878798 ------------------------------------------------------------ revno: 239 committer: Zygmunt Krynicki branch nick: trunk timestamp: Mon 2011-09-26 16:00:18 +0200 message: Fix the help text in Project.name modified: lava_projects/models.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_projects/models.py' --- lava_projects/models.py 2011-09-24 19:18:28 +0000 +++ lava_projects/models.py 2011-09-26 14:00:18 +0000 @@ -117,10 +117,8 @@ blank=False, max_length=100, verbose_name=_(u"Name"), - help_text=_(u"A unique identifier built from restricted subset of" - u" characters (only basic lowercase letters, numbers and" - u" dash). Changing this field will break existing links" - u" and is not recommended")) + help_text=_(u"Name (this is how your project will be displayed" + u" throughout LAVA)")) identifier = models.SlugField( null=False,