Friday, March 29, 2019

Re: Upgrading Django from 1.11 to 2.2

I'd suggest not worrying too much about upgrading to 2.2 right away. Since it's going to be an LTS release, the projects your project depends on will probably consider adding 2.2 support fairly fast. 

But if you want to give it a shot anyway, I'd suggest taking a look at what changed from 1.11 to 2.0, and trying a version bump and checking which of your tests fail. As far as I'm concerned, there shouldn't be too many differences between the django 2.x versions. 

There's also a guide provided by the official docs here: https://docs.djangoproject.com/en/2.1/howto/upgrade-version/

Hope this helps.

On Fri, Mar 29, 2019, 4:52 AM אורי <uri@speedy.net> wrote:
Hi,

I want to upgrade Django from 1.11 to 2.2. Do I have to upgrade first to 2.0 and then to 2.1, or can I upgrade directly from 1.11 to 2.2?

By the way, we use many third-party packages and I'm not sure which version of Django they support. Maybe not all of them already support Django 2.2.

Thanks!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeGDTteqPxsxq6rTQ4D8rLX%3D2nER61gBXMueSM088HWuoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKizqR7vtdO48SKAv7%3D-LcpmamT8fK9ckO_0EY-Z61EdQZZnRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment