MTG / freesound

The Freesound website
https://freesound.org
GNU Affero General Public License v3.0
317 stars 88 forks source link

Upgrade to Django 4.2 #1744

Open Bomme opened 10 months ago

Bomme commented 10 months ago

We should upgrade to the next LTS version of Django (4.2) since the current (3.2 LTS) will reach EOL April 2024.

Recommended reading https://docs.djangoproject.com/en/4.2/howto/upgrade-version/

If you’re upgrading through more than one feature version (e.g. 2.0 to 2.2), it’s usually easier to upgrade through each feature release incrementally (2.0 to 2.1 to 2.2) rather than to make all the changes for each feature release at once. For each feature release, use the latest patch release (e.g. for 2.1, use 2.1.15).

Steps:

Potential follow-up steps: