wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

Version 0.4 is incompatible with wagtail 2.12 #54

Closed sveetch closed 2 years ago

sveetch commented 2 years ago

Hi,

Version 0.4 is not compatible anymore with wagtail 2.12 since the widgets code use telepath module which have been introduced in wagtail 2.13.

So actually, trying to use generic chooser 0.4 with wagtail 2.12 leads to an ImportError. It would be nice to notice this breaking changes in your changelog history.

gasman commented 2 years ago

Thanks for the report @sveetch! Dropping support for 2.12 wasn't intentional - looks like the relevant fallback was removed in #52, and I didn't catch it when cherry-picking just the commits that added Wagtail 3.0 support. Will reinstate the fallback and make a 0.4.1 release.

sveetch commented 2 years ago

Well done 👌