Re: Revisiting Python support for after Django 3.2 LTS

2020-11-20 Thread Carlton Gibson
Note that this is discussing support in Django 4.0 (which is the main development branch after stable/3.2.x is created). 4.0 will be released December 2021. Python 3.6 is EOL that very month > 3.6 2021-12-23 The next version of Django (3.2) will support Python 3.6 -- You received this me

Re: Revisiting Python support for after Django 3.2 LTS

2020-11-20 Thread Tim Allen
I often hear Ubuntu thrown around during these discussions, and it is my distro of choice for personal projects. But like many of us, I work at a RedHat / CentOS shop, and trying to maintain a current Python version is a much more difficult proposition. Unfortunately, IUS Community has stopped

Re: python-memcached is deprecated, but still used in core Django

2020-11-20 Thread Adam Johnson
I agree that it's time Mariusz. Thank you for keeping track of and handling the deprecation, you're on top of things as always! On Sat, 14 Nov 2020 at 07:34, Mariusz Felisiak wrote: > Hello, > > I think it's time to deprecate the > *django.core.cache.backends.memcached.MemcachedCache* backen

Re: built-in filter

2020-11-20 Thread Adam Johnson
You posted this email in the django-core-mentorship list as well, where I and another person have replied. Please don't post the same message in more than one channel. On Fri, 20 Nov 2020 at 13:46, Devang Srivastava < devangsrivastava2...@gmail.com> wrote: > hey > > i am new to open source commun

built-in filter

2020-11-20 Thread Devang Srivastava
hey i am new to open source community infact this is my first time trying to contribute to this community, i have been trying to patch one issue and i could really use some help. https://code.djangoproject.com/ticket/32208 i have already created the error and done some reading through document