Yes, you should be able to upgrade from Django 3.2.16 to 4.1.x by simply
installing the Django 4.1.x software and running the makemigrations command.
It's always a good practice to make a backup of your database and
application before upgrading, just in case any errors occur during the
upgrade process. Additionally, you should make sure to read up on any
breaking changes introduced in Django 4.1.x so that you understand how they
affect your application and / or database. Finally, make sure to thoroughly
test your upgraded application before going live.

On Tue, Jan 17, 2023 at 5:18 AM 'Ellinghaus, Lance J' via Django users <
django-users@googlegroups.com> wrote:

> I will be upgrading from Django 3.2.16 to 4.1.x and wanted to know if
> anyone has any suggestions. I am using oracle as the backend.
>
> The release notes do not go into much detail.
>
> Do I just need to install the Django 4.1.x software and run the
> makemigrations to do the upgrade?
>
>
>
> Thank you,
>
> *Lance Ellinghausen*
>
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/63c62f61.050a0220.cc9c2.6fc3SMTPIN_ADDED_MISSING%40gmr-mx.google.com
> <https://groups.google.com/d/msgid/django-users/63c62f61.050a0220.cc9c2.6fc3SMTPIN_ADDED_MISSING%40gmr-mx.google.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABFHQYzPaFNZGgp1yDAk6pK9%2BbZaM-EDCdEvn167fNunPK4NrQ%40mail.gmail.com.

Reply via email to