Re: New to Django to select between 3.0 and 2.2

2020-03-13 Thread אורי
Hi Mrinal, It depends on the packages you are using (dependencies). Which Django version do they support? If all your dependencies support Django 3.0, go for it. Otherwise, go for 2.2. I'm personally still using Django 2.1 for Speedy Net, but I'm waiting for PR #12332 to be released to production,

Re: New to Django to select between 3.0 and 2.2

2020-03-13 Thread Andréas Kühne
Hi Mrinal, Django is a very mature framework - new releases rarely have any issues that hinder them from being used in production. For a new project you should definitely go for 3.0 - you will start with the correct structure for the new async features and you will also not have any issues with be

New to Django to select between 3.0 and 2.2

2020-03-12 Thread Mrinal Kamboj
Hello, I have just started the Python development, I am very new to the Python and have to select between Django versions 3.0 and 2.2, where 2.2 is LTS and 3.0 is current main stream. Does the current 3.0 Packages can still have the compatibility issues and would take some time to be stable s