wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Wagtail 3.0 support planned? #164

Closed nicksergeant closed 2 years ago

nicksergeant commented 2 years ago

Just checking to see if there are plans to update this application to be compatible with Wagtail 3.0? I'm working on testing my Wagtail installations with 3.0rc3 but ran into this being unsupported.

gasman commented 2 years ago

django-modelcluster is one of the components Wagtail is built on, so updating it for Wagtail compatibility isn't a meaningful concept.

To run Wagtail 3.0, you'll need to upgrade django-modelcluster to v6.0 - this will happen automatically unless you've pinned it in your project dependencies.

nicksergeant commented 2 years ago

@gasman 🤦 ugh, can't believe I didn't check for an updated version first. Thank you, and apologies for the noise!