Re: Python version support for LTS Django (in particular v2.2)

2020-10-12 Thread Mariusz Felisiak
Hi, Django 2.2.17 (LTS), 3.0.11, and 3.1.3 add compatibility with Python 3.9 (see PR13506 ) so all supported versions of Django will be compatible with Python 3.9. However, we want to say now that Django 3.2 (LTS) will be the *first* version to

Re: async_unsafe's get_event_loop usage leads to "Too many open files" in tests

2020-10-12 Thread Patrick Arminio
On Fri, 9 Oct 2020 at 10:40, Adam Johnson wrote: > That's why we need the RuntimeError check, no? > > > I don't see how RuntimeError can be raised. The docs I spoke about say get_ > *running*_loop() cannot be used synchronously, not get_event_loop() . > We still check for RuntimeErrors though: ht

Re: Help needed to fix hundreds of failing tests

2020-10-12 Thread Peter Inglesby
Thanks Hasan for offering to help. Either of Carles's approaches would work -- I don't have a strong view. Making the smaller fix (ie adding transform=str every time assertQuerysetEqual fails) would require the least thinking. But it may miss some good opportunities to refactor or simplify the te

Re: Small feature addition

2020-10-12 Thread Carlton Gibson
Hi. Welcome aboard! Check out the contributing guide. https://docs.djangoproject.com/en/3.1/internals/contributing/ It should have all you need to know to get going. Kind regards, Carlton On Sun, 11 Oct 2020 at 18:29, sudhansh...@gmail.com < sudhanshuraj8...@gmail.com> wrote: > Hi,communiyt ;