Re: Hello everyone I'm a new member

2017-12-18 Thread Collin Anderson
Yes, wait until at least 2019 to deprecate those. https://code.djangoproject.com/ticket/27753 On Mon, Dec 18, 2017 at 10:45 AM, Adam Johnson wrote: > Please don't do that, as I recall we'll just delete django.utils.six after > the minimum recommended django version for third party libraries is 2.

Re: Hello everyone I'm a new member

2017-12-18 Thread Adam Johnson
Please don't do that, as I recall we'll just delete django.utils.six after the minimum recommended django version for third party libraries is 2.0. On 18 December 2017 at 15:05, wrote: > Hello Asad, > > as a first task you can remove the Python2-specifics from > django/utils/six.py , and depreca

Re: Hello everyone I'm a new member

2017-12-18 Thread dpa-django
Hello Asad, as a first task you can remove the Python2-specifics from django/utils/six.py , and deprecate python_2_unicode_compatible(). Greetings Дилян On Wednesday, December 13, 2017 at 3:10:31 AM UTC+1, Asad Ahmed wrote: > > Hello everyone, > I'm new to open source community. I've been wor

Re: Hello everyone I'm a new member

2017-12-13 Thread Adam Johnson
Link: https://docs.djangoproject.com/en/dev/internals/contributing/ On 13 December 2017 at 06:49, ludovic coues wrote: > There is a chapter in the documentation on how to contribute to django. It > should answer most of your questions. > > On 13 Dec 2017 3:10 am, "Asad Ahmed" wrote: > >> Hello

Re: Hello everyone I'm a new member

2017-12-12 Thread ludovic coues
There is a chapter in the documentation on how to contribute to django. It should answer most of your questions. On 13 Dec 2017 3:10 am, "Asad Ahmed" wrote: > Hello everyone, > I'm new to open source community. I've been working on python and django > framework for few years now. I've done few p

Hello everyone I'm a new member

2017-12-12 Thread Asad Ahmed
Hello everyone, I'm new to open source community. I've been working on python and django framework for few years now. I've done few projects based on them and ML. I'm planing for Gsoc. I would be really grateful if anyone can guide me on how to proceed for open source contribution on django. Th