Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
>From the branches it looks like all Django versions above 2.1 are using this commit and therefore are fixed. אורי u...@speedy.net On Tue, Jul 9, 2019 at 12:04 AM Joe Reitman wrote: > Looks like a bug in pyparsing.py > > https://github.com/pyparsing/pyparsing/pull/16 > > On Monday, July 8, 2019

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
I think it's not a bug but a feature of Python which is being deprecated and will be removed in Python 3.8. I noticed it about 6 months ago and reported in to Django, but it was closed with wontfix. https://code.djangoproject.com/ticket/30078 https://code.djangoproject.com/ticket/30082 It has bee

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread Joe Reitman
Looks like a bug in pyparsing.py https://github.com/pyparsing/pyparsing/pull/16 On Monday, July 8, 2019 at 1:09:16 PM UTC-5, Uri Even-Chen wrote: > > Hi, > > I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with > Python 3.7, and found out that when running tests with deprecation

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
I found out that the same DeprecationWarning occurs with Django versions 2.0 and 2.0.13. אורי u...@speedy.net ‪On Mon, Jul 8, 2019 at 9:08 PM ‫אורי‬‎ wrote:‬ > Hi, > > I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with > Python 3.7, and found out that when running tests with