uchicago-library / library_website

The University of Chicago Library Website
5 stars 5 forks source link

Upgrade Django and Wagtail #778

Open bbusenius opened 2 months ago

bbusenius commented 2 months ago

Issue

We're currently running Django 4.1.13 and Wagtail 4.1.9. We should upgrade to Django 5.0.7 and Wagtail 6.1.3.

Python Release Notes

https://docs.python.org/3/whatsnew/3.10.html https://docs.python.org/3/whatsnew/3.11.html

Django Release Notes

https://docs.djangoproject.com/en/5.0/releases/4.2/ https://docs.djangoproject.com/en/5.0/releases/5.0/

Wagtail Release Notes

https://docs.wagtail.org/en/stable/releases/4.2.html https://docs.wagtail.org/en/stable/releases/5.0.html https://docs.wagtail.org/en/stable/releases/5.1.html https://docs.wagtail.org/en/stable/releases/5.2.html https://docs.wagtail.org/en/stable/releases/6.0.html https://docs.wagtail.org/en/stable/releases/6.1.html