wagtail-nest / wagtail-bakery

A set of helpers for baking your Django Wagtail site out as flat files.
MIT License
179 stars 40 forks source link

Fix Factory-Boy incompatibility #57

Closed loicteixeira closed 3 years ago

loicteixeira commented 3 years ago

Factory-Boy 3.0 introduces some breaking changes.

Despite the upgrade being simple enough (by replacing some imports) we cannot update just yet as it also drops supports for Django 2.1 which we currently support since we support Wagtail 2.7.

As soon as Wagtail 2.11 LTS is released (due in November 2020), we can drop support for Wagtail 2.7 LTS and therefore Django 2.1 (as per our supported versions policy) which will allow us to upgrade Factory-Boy.