All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version
Date: Mon, 26 Mar 2018 08:31:01 +1300	[thread overview]
Message-ID: <20180325193101.13451-2-paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <20180325193101.13451-1-paul.eggleton@linux.intel.com>

Use <1.9 to always get the most recent 1.8 point release.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 58100a9..30573a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ anyjson==0.3.3
 billiard==3.5.0.3
 celery==4.1.0
 confusable-homoglyphs==2.0.2
-Django==1.8.18
+Django<1.9
 django-cors-headers==1.1.0
 django-nvd3==0.9.7
 django-ranged-response==0.2.0
-- 
2.14.3



  reply	other threads:[~2018-03-25 19:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-25 19:31 [layerindex-web][PATCH 1/2] context_processors.py: adjust default site name Paul Eggleton
2018-03-25 19:31 ` Paul Eggleton [this message]
2018-03-26 15:14   ` [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version akuster808
2018-03-28  1:42     ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180325193101.13451-2-paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.