Re: [bitbake-devel] [dunfell][1.46][PATCH] toaster-requirements.txt: require Django 2.2
akuster808 <[email protected]>
| Newsgroups | org.yoctoproject.lists.toaster,org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
On 5/27/20 4:25 PM, Tim Orling wrote: > In commit 9730f95686b2ac72cf1fa513c555f7c7787e2667 > Django 2.2 was enabled. > > Django 1.11 was EOL on April 1, 2020 > > Signed-off-by: Tim Orling <[email protected]> > --- > toaster-requirements.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/toaster-requirements.txt b/toaster-requirements.txt > index a682b085..735b6145 100644 > --- a/toaster-requirements.txt > +++ b/toaster-requirements.txt > @@ -1,3 +1,3 @@ > -Django>1.8,<1.12 > +Django>2.2,<2.3 Is this version supported on all hosts supported by Dunfell? - armin > beautifulsoup4>=4.4.0 > pytz > >