wagtail / wagtail-factories

Factory boy classes for wagtail
http://wagtail-factories.readthedocs.io/en/latest/
MIT License
102 stars 40 forks source link

Wagtail 5.0 not supported #73

Closed rikva closed 1 year ago

rikva commented 1 year ago

When attempting to upgrade to Wagtail 5.0:

wagtail-factories 4.0.0 depends on wagtail<5.0 and >=2.15

zerolab commented 1 year ago

Wagtail 5.0 incorporates wagtail-factories in wagtail.test.utils see https://github.com/wagtail/wagtail/tree/stable/5.0.x/wagtail/test/utils/wagtail_factories

I am not clear as to the future of the package

rikva commented 1 year ago

Thanks for your reply. Totally missed that. So the projects have basically merged?

zerolab commented 1 year ago

We had an internal conversation and it makes sense to make a new release for wagtail-factories that removes the upper bound for Wagtail (#69, or a combination of #69 and #70)

Wagtail copied wagtail-factories to core to avoid cyclic dependencies, but we haven't yet decided on whether we make the whole bit official, or treat that as an internal dependency and leave wagtail-factories evolve at its own pace

jams2 commented 1 year ago

Released in https://github.com/wagtail/wagtail-factories/releases/tag/v4.1.0