linuxsoftware / ls.joyous

A calendar application for Wagtail
BSD 3-Clause "New" or "Revised" License
74 stars 35 forks source link

Wagtail5 compability #54

Open Luk5553 opened 1 year ago

Luk5553 commented 1 year ago

Updated deprecated Wagtail imports for Wagtail 5 compatibility

In this pull request, I have updated all deprecated Wagtail imports, such as wagtail.core, wagtail.admin.edit_handlers, and others to their respective new import paths. This is to ensure compatibility with the upcoming Wagtail 5 release.

These changes help to future-proof the ls.joyous package by ensuring it continues to work seamlessly with the latest versions of Wagtail. All existing functionalities have been tested and confirmed to work as expected after the updates.