* [layerindex-web][PATCH 1/2] context_processors.py: adjust default site name @ 2018-03-25 19:31 Paul Eggleton 2018-03-25 19:31 ` [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version Paul Eggleton 0 siblings, 1 reply; 4+ messages in thread From: Paul Eggleton @ 2018-03-25 19:31 UTC (permalink / raw) To: yocto Default site name should be Layer Index, not metadata index as it was before. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- layerindex/context_processors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layerindex/context_processors.py b/layerindex/context_processors.py index e2852ee..c21c4a9 100644 --- a/layerindex/context_processors.py +++ b/layerindex/context_processors.py @@ -12,10 +12,10 @@ def layerindex_context(request): if site and site.name and site.name != 'example.com': site_name = site.name else: - site_name = 'OpenEmbedded metadata index' + site_name = 'OpenEmbedded Layer Index' return { 'all_branches': Branch.objects.exclude(name='oe-classic').order_by('sort_priority'), 'unpublished_count': LayerItem.objects.filter(status='N').count(), 'oe_classic': Branch.objects.filter(name='oe-classic'), 'site_name': site_name - } \ No newline at end of file + } -- 2.14.3 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version 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 2018-03-26 15:14 ` akuster808 0 siblings, 1 reply; 4+ messages in thread From: Paul Eggleton @ 2018-03-25 19:31 UTC (permalink / raw) To: yocto 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version 2018-03-25 19:31 ` [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version Paul Eggleton @ 2018-03-26 15:14 ` akuster808 2018-03-28 1:42 ` Paul Eggleton 0 siblings, 1 reply; 4+ messages in thread From: akuster808 @ 2018-03-26 15:14 UTC (permalink / raw) To: Paul Eggleton, yocto Paul, Have you seen this ? https://www.djangoproject.com/download/#supported-versions 1.8 will EOL this April - armin On 03/25/2018 12:31 PM, Paul Eggleton wrote: > 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version 2018-03-26 15:14 ` akuster808 @ 2018-03-28 1:42 ` Paul Eggleton 0 siblings, 0 replies; 4+ messages in thread From: Paul Eggleton @ 2018-03-28 1:42 UTC (permalink / raw) To: akuster808; +Cc: yocto Hi Armin, On Tuesday, 27 March 2018 4:14:25 AM NZDT akuster808 wrote: > Have you seen this ? > > https://www.djangoproject.com/download/#supported-versions > > 1.8 will EOL this April Ah yes, I was aware this was looming but had forgotten how close it was. Thanks for the reminder, I guess I have another item for my todo list... Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-28 1:42 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-03-25 19:31 [layerindex-web][PATCH 1/2] context_processors.py: adjust default site name Paul Eggleton 2018-03-25 19:31 ` [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version Paul Eggleton 2018-03-26 15:14 ` akuster808 2018-03-28 1:42 ` Paul Eggleton
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.